# HG changeset patch # User alex # Date 1005959446 0 # Node ID 89b3dd86b50bacdff06788cfa550367b814746fc # Parent 60c1b7c0ea21f29ce0982ca9f343da644b8aa649 added skip atom to support .mp4 files diff -r 60c1b7c0ea21 -r 89b3dd86b50b libmpdemux/demux_mov.c --- a/libmpdemux/demux_mov.c Sat Nov 17 00:23:48 2001 +0000 +++ b/libmpdemux/demux_mov.c Sat Nov 17 01:10:46 2001 +0000 @@ -185,6 +185,7 @@ 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'):