diff options
author | Pavel Koshevoy <pkoshevoy@gmail.com> | 2012-02-10 18:19:08 -0700 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-02-11 23:57:35 +0100 |
commit | 277e52845ef8ffa55985512415b8849f35409958 (patch) | |
tree | 7a86a50fc3eeef83ff930bc6aac1758ad1175d9c /tests/ref/lavf | |
parent | 69494fd5c50742cb7d9ad9ca45b154ab9c33fa19 (diff) | |
download | ffmpeg-277e52845ef8ffa55985512415b8849f35409958.tar.gz |
Modified to generate PAT/PMT for video keyframes
This is so that TS fragments produced by
http://code.google.com/p/httpsegmenter/
would be compatible with JW Player.
A new member variable prev_payload_key was added to MpegTSWriteStream
to help detect transition from non-key to key frame, so that
PAT/PMT would not be produced for every keyframe in intra-only videos.
Signed-off-by: Pavel Koshevoy <pkoshevoy@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/ref/lavf')
-rw-r--r-- | tests/ref/lavf/ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ref/lavf/ts b/tests/ref/lavf/ts index 81415b922b..18566c47bc 100644 --- a/tests/ref/lavf/ts +++ b/tests/ref/lavf/ts @@ -1,3 +1,3 @@ -8f61dad7652abbab9e49fca274dabf30 *./tests/data/lavf/lavf.ts -406644 ./tests/data/lavf/lavf.ts +34f95a300355d474767b436430eba15b *./tests/data/lavf/lavf.ts + 406644 ./tests/data/lavf/lavf.ts ./tests/data/lavf/lavf.ts CRC=0x133216c1 |