changeset 4429:7ed870203bfe libavformat

fix compilation with DEBUG defined, field does not exist anymore
author bcoudurier
date Tue, 10 Feb 2009 02:27:26 +0000
parents fc705c33843f
children d6fe53c5c8d2
files mov.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mov.c	Tue Feb 10 00:27:42 2009 +0000
+++ b/mov.c	Tue Feb 10 02:27:26 2009 +0000
@@ -1776,7 +1776,7 @@
         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;
 }