From a481293f130e1a70d922beddf3f5401aca2b966a Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Sat, 20 Jun 2009 14:51:03 +0000 Subject: Revert unintended hunk of r19241. Originally committed as revision 19242 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/img2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat') diff --git a/libavformat/img2.c b/libavformat/img2.c index 88c74246e4..ec32f863e8 100644 --- a/libavformat/img2.c +++ b/libavformat/img2.c @@ -42,7 +42,7 @@ typedef struct { static const IdStrMap img_tags[] = { { CODEC_ID_MJPEG , "jpeg"}, { CODEC_ID_MJPEG , "jpg"}, - { CODEC_ID_JPEGLS , "ljpg"}, + { CODEC_ID_LJPEG , "ljpg"}, { CODEC_ID_PNG , "png"}, { CODEC_ID_PNG , "mng"}, { CODEC_ID_PPM , "ppm"}, -- cgit v1.2.3