vd_lavc: improve a comment

This commit is contained in:
wm4 2013-11-24 12:22:25 +01:00
parent 38b7eede1e
commit df8d00cc1f
1 changed files with 2 additions and 1 deletions

View File

@ -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);