mirror of https://github.com/mpv-player/mpv
10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9033 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c278e50066
commit
172f3099c8
|
@ -80,7 +80,7 @@ int rawdv_check_file(demuxer_t *demuxer)
|
|||
|
||||
td->quality=DV_QUALITY_BEST;
|
||||
result=dv_parse_header(td, tmp_buffer);
|
||||
if (result)
|
||||
if (result<0)
|
||||
return 0;
|
||||
|
||||
if ((( td->num_dif_seqs==10) || (td->num_dif_seqs==12))
|
||||
|
|
Loading…
Reference in New Issue