Remove stray extra arguments from av_dlog() invocations.

This commit is contained in:
Diego Biurrun
2011-06-02 20:40:09 +02:00
parent 551dfdde70
commit b751f61106
4 changed files with 7 additions and 9 deletions

View File

@@ -1075,7 +1075,7 @@ retry:
best_dts= pkt_desc->dts;
}
av_dlog(ctx, AV_LOG_DEBUG, "bumping scr, scr:%f, dts:%f\n",
av_dlog(ctx, "bumping scr, scr:%f, dts:%f\n",
scr / 90000.0, best_dts / 90000.0);
if(best_dts == INT64_MAX)
return 0;