mirror of https://github.com/mpv-player/mpv
f_decoder_wrapper: fix a typo in log message
This commit is contained in:
parent
a702cff794
commit
ba19ffe19a
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue