Commit af4abc04 authored by benoit's avatar benoit

Add jp2 support to img2 demuxer.

On behalf of Jai Menon


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16187 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 97e7fde0
...@@ -70,6 +70,7 @@ static const IdStrMap img_tags[] = { ...@@ -70,6 +70,7 @@ static const IdStrMap img_tags[] = {
{ CODEC_ID_SUNRAST , "im8"}, { CODEC_ID_SUNRAST , "im8"},
{ CODEC_ID_SUNRAST , "im24"}, { CODEC_ID_SUNRAST , "im24"},
{ CODEC_ID_SUNRAST , "sunras"}, { CODEC_ID_SUNRAST , "sunras"},
{ CODEC_ID_JPEG2000 , "jp2"},
{ CODEC_ID_NONE , NULL} { CODEC_ID_NONE , NULL}
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment