diff options
author | Peter Ross <pross@xvid.org> | 2013-12-23 20:39:13 +1100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-12-23 19:43:09 +0100 |
commit | 686b6dc33a36ed19e6bcf07395b347d67290a4bc (patch) | |
tree | b06bb344d89492c936b29cc2a49ae9b9a38dae0d /libavformat/wtv_common.c | |
parent | 129ce05b0228e62bfec22bda34e77b52cefd1acc (diff) | |
download | ffmpeg-686b6dc33a36ed19e6bcf07395b347d67290a4bc.tar.gz |
wtv: make ff_format_videoinfo2 visible to wtv encoder
Signed-off-by: Peter Ross <pross@xvid.org>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/wtv_common.c')
-rw-r--r-- | libavformat/wtv_common.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/wtv_common.c b/libavformat/wtv_common.c index 5b1e61b810..ce4349dce5 100644 --- a/libavformat/wtv_common.c +++ b/libavformat/wtv_common.c @@ -75,6 +75,8 @@ const ff_asf_guid ff_format_waveformatex = {0x81,0x9F,0x58,0x05,0x56,0xC3,0xCE,0x11,0xBF,0x01,0x00,0xAA,0x00,0x55,0x59,0x5A}; const ff_asf_guid ff_format_mpeg2_video = {0xE3,0x80,0x6D,0xE0,0x46,0xDB,0xCF,0x11,0xB4,0xD1,0x00,0x80,0x5F,0x6C,0xBB,0xEA}; +const ff_asf_guid ff_format_videoinfo2 = + {0xA0,0x76,0x2A,0xF7,0x0A,0xEB,0xD0,0x11,0xAC,0xE4,0x00,0x00,0xC0,0xCC,0x16,0xBA}; const AVCodecGuid ff_video_guids[] = { {AV_CODEC_ID_MPEG2VIDEO, {0x26,0x80,0x6D,0xE0,0x46,0xDB,0xCF,0x11,0xB4,0xD1,0x00,0x80,0x5F,0x6C,0xBB,0xEA}}, |