f_decoder_wrapper: fix a typo in log message

This commit is contained in:
wm4 2018-04-26 18:29:41 +02:00 committed by Jan Ekström
parent a702cff794
commit ba19ffe19a
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ static void process_video_frame(struct priv *p, struct mp_image *mpi)
if (opts->correct_pts) {
if (p->has_broken_decoded_pts <= 1) {
MP_WARN(p, "No video PTS! Making something up. using "
MP_WARN(p, "No video PTS! Making something up. Using "
"%f FPS.\n", fps);
if (p->has_broken_decoded_pts == 1)
MP_WARN(p, "Ignoring further missing PTS warnings.\n");