diff gxfenc.c @ 1401:e4a89160a011 libavformat

use AVFormatContext to log
author bcoudurier
date Wed, 18 Oct 2006 15:10:14 +0000
parents 303e9fb547c7
children 98ef8d631737
line wrap: on
line diff
--- a/gxfenc.c	Wed Oct 18 13:15:27 2006 +0000
+++ b/gxfenc.c	Wed Oct 18 15:10:14 2006 +0000
@@ -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;
             }
         }