diff dsputil.c @ 1598:932d306bf1dc libavcodec

av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
author michael
date Mon, 03 Nov 2003 13:26:22 +0000
parents aa4dc16c0f18
children 835cf346975e
line wrap: on
line diff
--- a/dsputil.c	Sun Nov 02 23:19:47 2003 +0000
+++ b/dsputil.c	Mon Nov 03 13:26:22 2003 +0000
@@ -3089,7 +3089,7 @@
             c->idct_permutation[i]= ((i&7)<<3) | (i>>3);
         break;
     default:
-        fprintf(stderr, "Internal error, IDCT permutation not set\n");
+        av_log(avctx, AV_LOG_ERROR, "Internal error, IDCT permutation not set\n");
     }
 }