vf_drawbox: give all v_log() a context

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/26/head
Michael Niedermayer 12 years ago
parent 47da9b2c51
commit 73215fe30a
  1. 2
      libavfilter/vf_drawbox.c

@ -190,7 +190,7 @@ static int config_input(AVFilterLink *inlink)
return 0;
fail:
av_log(NULL, AV_LOG_ERROR,
av_log(ctx, AV_LOG_ERROR,
"Error when evaluating the expression '%s'.\n",
expr);
return ret;

Loading…
Cancel
Save