[FFmpeg-cvslog] r19242 - trunk/libavformat/img2.c

cehoyos subversion
Sat Jun 20 16:51:04 CEST 2009


Author: cehoyos
Date: Sat Jun 20 16:51:03 2009
New Revision: 19242

Log:
Revert unintended hunk of r19241.

Modified:
   trunk/libavformat/img2.c

Modified: trunk/libavformat/img2.c
==============================================================================
--- trunk/libavformat/img2.c	Sat Jun 20 16:47:38 2009	(r19241)
+++ trunk/libavformat/img2.c	Sat Jun 20 16:51:03 2009	(r19242)
@@ -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"},



More information about the ffmpeg-cvslog mailing list