mirror of
https://github.com/mpv-player/mpv
synced 2025-03-10 16:24:20 +00:00
vd_lavc: improve a comment
This commit is contained in:
parent
38b7eede1e
commit
df8d00cc1f
@ -757,8 +757,9 @@ static int decode(struct dec_video *vd, struct demux_packet *packet,
|
||||
}
|
||||
*reordered_pts = (union pts){.i = pic->reordered_opaque}.d;
|
||||
|
||||
// Skipped frame, or delayed output due to multithreaded decoding.
|
||||
if (!got_picture)
|
||||
return 0; // skipped image
|
||||
return 0;
|
||||
|
||||
update_image_params(vd, pic);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user