Add jp2 support to img2 demuxer.

On behalf of Jai Menon

Originally committed as revision 16187 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Benoit Fouet 2008-12-17 11:22:51 +00:00
parent 5f51afd602
commit 8b2386dc5a
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ static const IdStrMap img_tags[] = {
{ CODEC_ID_SUNRAST , "im8"},
{ CODEC_ID_SUNRAST , "im24"},
{ CODEC_ID_SUNRAST , "sunras"},
{ CODEC_ID_JPEG2000 , "jp2"},
{ CODEC_ID_NONE , NULL}
};