summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2010-03-08 20:59:00 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2010-03-08 20:59:00 +0000
commitd73a458f279f1918a08d06b0dd43a798a71b2f74 (patch)
tree734dd2b1422962210270cdb60b00237b368eca8e
parent9169174fd6101490f391bc5879ded1efd7880db6 (diff)
Start continuity counter at 0 for streams
Originally committed as revision 22344 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavformat/mpegtsenc.c1
-rw-r--r--tests/ref/lavf/ts2
2 files changed, 2 insertions, 1 deletions
diff --git a/libavformat/mpegtsenc.c b/libavformat/mpegtsenc.c
index 6ad58dbab0..a60c80822f 100644
--- a/libavformat/mpegtsenc.c
+++ b/libavformat/mpegtsenc.c
@@ -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)
diff --git a/tests/ref/lavf/ts b/tests/ref/lavf/ts
index c42e247b82..c1c6072cc1 100644
--- a/tests/ref/lavf/ts
+++ b/tests/ref/lavf/ts
@@ -1,3 +1,3 @@
-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