diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2013-01-05 09:20:03 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2013-01-05 09:20:03 +0100 |
commit | c52e07bb6e91f951a82e85293e2e6322dd480893 (patch) | |
tree | 3a3d875e877ea1888c2c669d81df903cda69be8a | |
parent | bbab9cceb9534c2f25615e5718e809e9fd819078 (diff) | |
download | ffmpeg-c52e07bb6e91f951a82e85293e2e6322dd480893.tar.gz |
Fix AVCI50 SPS to specify a SAR of 4:3 instead of 3:4.
-rw-r--r-- | libavformat/utils.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/utils.c b/libavformat/utils.c index a77a1a381b..cd9ddfe5a7 100644 --- a/libavformat/utils.c +++ b/libavformat/utils.c @@ -4288,8 +4288,8 @@ void ff_generate_avci_extradata(AVStream *st) 0x9c, 0x0b, 0x73, 0xe6, 0xc0, 0xb5, 0x18, 0x63, 0x0d, 0x39, 0xe0, 0x5b, 0x02, 0xd4, 0xc6, 0x19, 0x1a, 0x79, 0x8c, 0x32, 0x34, 0x24, 0xf0, 0x16, - 0x81, 0x13, 0xf7, 0xff, 0x80, 0x01, 0x80, 0x02, - 0x71, 0x80, 0x80, 0x80, 0xa0, 0x00, 0x00, 0x03, + 0x81, 0x13, 0xf7, 0xff, 0x80, 0x02, 0x00, 0x01, + 0xf1, 0x80, 0x80, 0x80, 0xa0, 0x00, 0x00, 0x03, 0x00, 0x20, 0x00, 0x00, 0x06, 0x50, 0x80, 0x00, // PPS 0x00, 0x00, 0x00, 0x01, 0x68, 0xee, 0x31, 0x12, |