Replace dprintf with av_dlog
dprintf clashes with POSIX.1-2008
This commit is contained in:
parent
243f8241db
commit
dfd2a005eb
47 changed files with 312 additions and 308 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue