]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h261dec.c
avcodec/dvbsubdec: Do not return a value from a function returning void
[ffmpeg] / libavcodec / h261dec.c
index e9a3a8bcaa94ed29cbfa3aeb8f4ab1630c3cf1db..ca20ba8eaea9ed112e54d3560cafa689850bafcd 100644 (file)
@@ -592,8 +592,8 @@ static int h261_decode_frame(AVCodecContext *avctx, void *data,
     int ret;
     AVFrame *pict = data;
 
-    av_dlog(avctx, "*****frame %d size=%d\n", avctx->frame_number, buf_size);
-    av_dlog(avctx, "bytes=%x %x %x %x\n", buf[0], buf[1], buf[2], buf[3]);
+    ff_dlog(avctx, "*****frame %d size=%d\n", avctx->frame_number, buf_size);
+    ff_dlog(avctx, "bytes=%x %x %x %x\n", buf[0], buf[1], buf[2], buf[3]);
     s->flags  = avctx->flags;
     s->flags2 = avctx->flags2;