提交 d73a458f 编写于 作者: B Baptiste Coudurier

Start continuity counter at 0 for streams

Originally committed as revision 22344 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 9169174f
......@@ -421,6 +421,7 @@ static int mpegts_write_header(AVFormatContext *s)
ts_st->payload_pts = AV_NOPTS_VALUE;
ts_st->payload_dts = AV_NOPTS_VALUE;
ts_st->first_pts_check = 1;
ts_st->cc = 15;
/* update PCR pid by using the first video stream */
if (st->codec->codec_type == CODEC_TYPE_VIDEO &&
service->pcr_pid == 0x1fff)
......
1e39846ad39b799686df372fcf08d8b0 *./tests/data/lavf/lavf.ts
cb7713f07c94ae0fe68a030cc5f13398 *./tests/data/lavf/lavf.ts
428452 ./tests/data/lavf/lavf.ts
./tests/data/lavf/lavf.ts CRC=0x133216c1
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册