Replace dprintf with av_dlog

dprintf clashes with POSIX.1-2008
(cherry picked from commit dfd2a005eb)
This commit is contained in:
Luca Barbato
2011-01-29 17:46:18 +01:00
committed by Michael Niedermayer
parent 4592c85fc8
commit 9ef5a9deaf
47 changed files with 312 additions and 308 deletions

View File

@@ -180,7 +180,7 @@ int ff_vaapi_common_end_frame(MpegEncContext *s)
struct vaapi_context * const vactx = s->avctx->hwaccel_context;
int ret = -1;
dprintf(s->avctx, "ff_vaapi_common_end_frame()\n");
av_dlog(s->avctx, "ff_vaapi_common_end_frame()\n");
if (commit_slices(vactx) < 0)
goto done;