[FFmpeg-cvslog] r17115 - trunk/libavformat/mov.c

bcoudurier subversion
Tue Feb 10 03:27:26 CET 2009


Author: bcoudurier
Date: Tue Feb 10 03:27:26 2009
New Revision: 17115

Log:
fix compilation with DEBUG defined, field does not exist anymore

Modified:
   trunk/libavformat/mov.c

Modified: trunk/libavformat/mov.c
==============================================================================
--- trunk/libavformat/mov.c	Tue Feb 10 02:24:06 2009	(r17114)
+++ trunk/libavformat/mov.c	Tue Feb 10 03:27:26 2009	(r17115)
@@ -1776,7 +1776,7 @@ static int mov_read_elst(MOVContext *c, 
         av_log(c->fc, AV_LOG_WARNING, "multiple edit list entries, "
                "a/v desync might occur, patch welcome\n");
 
-    dprintf(c->fc, "track[%i].edit_count = %i\n", c->fc->nb_streams-1, sc->edit_count);
+    dprintf(c->fc, "track[%i].edit_count = %i\n", c->fc->nb_streams-1, edit_count);
     return 0;
 }
 




More information about the ffmpeg-cvslog mailing list