mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 10:30:05 +01:00
AMV video encoder.
Authors are Vladimir Voroshilov and Dobrica Pavlinušić based on svn blame/log For full details of authorship see http://code.google.com/p/amv-codec-tools/ Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -276,6 +276,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
|
||||
{ CODEC_ID_G2M, MKTAG('G', '2', 'M', '2') },
|
||||
{ CODEC_ID_G2M, MKTAG('G', '2', 'M', '3') },
|
||||
{ CODEC_ID_G2M, MKTAG('G', '2', 'M', '4') },
|
||||
{ CODEC_ID_AMV, MKTAG('A', 'M', 'V', 'F') },
|
||||
{ CODEC_ID_NONE, 0 }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user