add ffmpeg eatgv codec

patch by Jan Engelhardt jengelh ta medozas.de


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29816 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
compn 2009-11-03 20:03:37 +00:00
parent 76c5520d74
commit 869aad500e
2 changed files with 8 additions and 0 deletions

View File

@ -2834,6 +2834,13 @@ videocodec ffc93
dll c93
out BGR8
videocodec eatgv
info "FFmpeg Electronic Arts TGV"
status working
fourcc fVGT
driver ffmpeg
dll eatgv
out BGR8
; raw formats: (now RGB formats are autodetected)

View File

@ -88,6 +88,7 @@ static const AVCodecTag mp_bmp_tags[] = {
{ CODEC_ID_DNXHD, MKTAG('A', 'V', 'd', 'n')},
{ CODEC_ID_DSICINVIDEO, MKTAG('D', 'C', 'I', 'V')},
{ CODEC_ID_DXA, MKTAG('D', 'X', 'A', '1')},
{ CODEC_ID_EATGV, MKTAG('f', 'V', 'G', 'T')},
{ CODEC_ID_FLIC, MKTAG('F', 'L', 'I', 'C')},
{ CODEC_ID_IDCIN, MKTAG('I', 'D', 'C', 'I')},
{ CODEC_ID_INTERPLAY_VIDEO, MKTAG('I', 'N', 'P', 'V')},