[FFmpeg-cvslog] r11844 - trunk/ffmpeg.c

michael subversion
Mon Feb 4 01:37:37 CET 2008


Author: michael
Date: Mon Feb  4 01:37:36 2008
New Revision: 11844

Log:
const


Modified:
   trunk/ffmpeg.c

Modified: trunk/ffmpeg.c
==============================================================================
--- trunk/ffmpeg.c	(original)
+++ trunk/ffmpeg.c	Mon Feb  4 01:37:36 2008
@@ -2612,7 +2612,7 @@ static void opt_input_ts_offset(const ch
 
 static enum CodecID find_codec_or_die(const char *name, int type, int encoder)
 {
-    char *codec_string = encoder ? "encoder" : "decoder";
+    const char *codec_string = encoder ? "encoder" : "decoder";
     AVCodec *codec;
 
     if(!name)




More information about the ffmpeg-cvslog mailing list