diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-03-23 21:18:42 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-03-24 18:20:40 +0100 |
commit | 19321a295a641cbc067ec0df597bc1b69addf049 (patch) | |
tree | 5fab0b5b6cd64d551d469d626a8f5c51e1581a21 /libavformat/utils.c | |
parent | e5de6de8f0912e945331c179001ba18aff1a2c6f (diff) | |
download | ffmpeg-19321a295a641cbc067ec0df597bc1b69addf049.tar.gz |
avformat/utils: Terminate SPS in avci100_1080i_extradata to avoid warnings during parsing
Fixes: AVCI100_Test.mxf
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/utils.c')
-rw-r--r-- | libavformat/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/utils.c b/libavformat/utils.c index 6a0f666a7d..6eec7a1530 100644 --- a/libavformat/utils.c +++ b/libavformat/utils.c @@ -4345,7 +4345,7 @@ int ff_generate_avci_extradata(AVStream *st) 0x11, 0x12, 0x08, 0xc6, 0x8c, 0x04, 0x41, 0x28, 0x4c, 0x34, 0xf0, 0x1e, 0x01, 0x13, 0xf2, 0xe0, 0x3c, 0x60, 0x20, 0x20, 0x28, 0x00, 0x00, 0x03, - 0x00, 0x08, 0x00, 0x00, 0x03, 0x01, 0x94, 0x00, + 0x00, 0x08, 0x00, 0x00, 0x03, 0x01, 0x94, 0x20, // PPS 0x00, 0x00, 0x00, 0x01, 0x68, 0xce, 0x33, 0x48, 0xd0 |