1
mirror of https://github.com/mpv-player/mpv synced 2024-10-14 11:54:36 +02:00

(hopefully) fixed .mov streaming

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8929 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2003-01-12 20:11:20 +00:00
parent 87f985afff
commit f082d01575

View File

@ -402,6 +402,11 @@ int mov_check_file(demuxer_t* demuxer){
mp_msg(MSGT_DEMUX,MSGL_DBG2,"MOV: Movie data: start: %x end: %x\n",
priv->mdat_start, priv->mdat_end);
flags|=2;
if(flags==3){
// if we're over the headers, then we can stop parsing here!
demuxer->priv=priv;
return 1;
}
break;
case MOV_FOURCC('f','r','e','e'):
case MOV_FOURCC('s','k','i','p'):