changeset 1830:024752284c25 libavcodec

av_log() patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
author michael
date Wed, 25 Feb 2004 02:47:53 +0000
parents 7ae26b6e197f
children cd2d7fcfab7a
files xvmcvideo.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/xvmcvideo.c	Wed Feb 25 02:05:50 2004 +0000
+++ b/xvmcvideo.c	Wed Feb 25 02:47:53 2004 +0000
@@ -146,7 +146,7 @@
 
 
     if(s->encoding){
-        fprintf(stderr,"XVMC doesn't support encoding!!!\n");
+        av_log(s->avctx, AV_LOG_ERROR, "XVMC doesn't support encoding!!!\n");
 	av_abort();
     }