Mercurial > libavformat.hg
changeset 5051:d9cd5562f211 libavformat
Revert r19239: It broke four conformance tests.
author | cehoyos |
---|---|
date | Sat, 20 Jun 2009 14:47:38 +0000 |
parents | 3769dc8df347 |
children | 4d9e9f6407df |
files | img2.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/img2.c Sat Jun 20 12:52:48 2009 +0000 +++ b/img2.c Sat Jun 20 14:47:38 2009 +0000 @@ -42,7 +42,7 @@ static const IdStrMap img_tags[] = { { CODEC_ID_MJPEG , "jpeg"}, { CODEC_ID_MJPEG , "jpg"}, - { CODEC_ID_LJPEG , "ljpg"}, + { CODEC_ID_JPEGLS , "ljpg"}, { CODEC_ID_PNG , "png"}, { CODEC_ID_PNG , "mng"}, { CODEC_ID_PPM , "ppm"},