[Ffmpeg-cvslog] r6731 - trunk/libavformat/gxfenc.c
bcoudurier
subversion
Wed Oct 18 17:10:14 CEST 2006
Author: bcoudurier
Date: Wed Oct 18 17:10:14 2006
New Revision: 6731
Modified:
trunk/libavformat/gxfenc.c
Log:
use AVFormatContext to log
Modified: trunk/libavformat/gxfenc.c
==============================================================================
--- trunk/libavformat/gxfenc.c (original)
+++ trunk/libavformat/gxfenc.c Wed Oct 18 17:10:14 2006
@@ -645,7 +645,7 @@
}
break;
default:
- av_log(NULL, AV_LOG_ERROR, "video codec not supported\n");
+ av_log(s, AV_LOG_ERROR, "video codec not supported\n");
return -1;
}
}
More information about the ffmpeg-cvslog
mailing list