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:
rfelker 2005-03-23 23:29:54 +00:00
parent f1c9812c6e
commit c277e01799
1 changed files with 5 additions and 4 deletions

View File

@ -1330,12 +1330,13 @@ play_n_frames=play_n_frames_mf;
if (curfile && end_at_type == END_AT_TIME) end_at += mux_v->timer;
#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_records) free_edl(edl_records);
next_edl_record = edl_records = edl_parse_file();
edl_muted = 0;
edl_seeking = 1;
edl_skip = -1;
}
#endif