1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-06 14:17:46 +00:00

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

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'):