demux_lavf: also fix cache seeking with large codec delay

Fixes the same thing as the previous commit did with demux_mkv. I'm not
sure if this is correct or a good idea (well, it works with my sample
file).

There are some shady things in this, but describing them would require
too many expletives.
This commit is contained in:
wm4 2019-05-22 22:32:31 +02:00
parent 01423d8c03
commit f06b3d7f88
1 changed files with 2 additions and 0 deletions

View File

@ -658,6 +658,8 @@ static void handle_new_stream(demuxer_t *demuxer, int i)
export_replaygain(demuxer, sh, st);
sh->seek_preroll = delay;
break;
}
case AVMEDIA_TYPE_VIDEO: {