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

skip 'pnot' and 'PICT' - fixes incoming/1.mov

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6866 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-08-01 21:16:57 +00:00
parent 788b81c35d
commit 1459cf6296

View File

@ -366,6 +366,10 @@ int mov_check_file(demuxer_t* demuxer){
mp_msg(MSGT_DEMUX,MSGL_DBG2,"MOV: free space (len: %d)\n", len);
/* unused, if you edit a mov, you can use space provided by free atoms (redefining it) */
break;
case MOV_FOURCC('p','n','o','t'):
case MOV_FOURCC('P','I','C','T'):
/* dunno what, but we shoudl ignore it */
break;
default:
if(no==0) return 0; // first chunk is bad!
id = be2me_32(id);