added skip atom to support .mp4 files

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2943 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2001-11-17 01:10:46 +00:00
parent aa234b197b
commit e7354ab60b
1 changed files with 1 additions and 0 deletions

View File

@ -185,6 +185,7 @@ int mov_check_file(demuxer_t* demuxer){
flags|=2;
break;
case MOV_FOURCC('f','r','e','e'):
case MOV_FOURCC('s','k','i','p'):
/* unused, if you edit a mov, you can use space provided by free atoms (redefining it) */
break;
case MOV_FOURCC('w','i','d','e'):