mirror of https://github.com/mpv-player/mpv
100l to oded.. edl was causing the decoder to get a first broken packet
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14997 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
f1c9812c6e
commit
c277e01799
|
@ -1330,12 +1330,13 @@ play_n_frames=play_n_frames_mf;
|
||||||
if (curfile && end_at_type == END_AT_TIME) end_at += mux_v->timer;
|
if (curfile && end_at_type == END_AT_TIME) end_at += mux_v->timer;
|
||||||
|
|
||||||
#ifdef USE_EDL
|
#ifdef USE_EDL
|
||||||
|
if (edl_records) free_edl(edl_records);
|
||||||
|
next_edl_record = edl_records = NULL;
|
||||||
|
edl_muted = 0;
|
||||||
|
edl_seeking = 1;
|
||||||
|
edl_skip = -1;
|
||||||
if (edl_filename) {
|
if (edl_filename) {
|
||||||
if (edl_records) free_edl(edl_records);
|
|
||||||
next_edl_record = edl_records = edl_parse_file();
|
next_edl_record = edl_records = edl_parse_file();
|
||||||
edl_muted = 0;
|
|
||||||
edl_seeking = 1;
|
|
||||||
edl_skip = -1;
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue