Index: libmpdemux/demux_mov.c =================================================================== RCS file: /cvsroot/mplayer/main/libmpdemux/demux_mov.c,v retrieving revision 1.109 diff -u -r1.109 demux_mov.c --- libmpdemux/demux_mov.c 15 Nov 2004 15:04:57 -0000 1.109 +++ libmpdemux/demux_mov.c 16 Dec 2004 12:11:20 -0000 @@ -629,6 +629,7 @@ off_t pos=stream_tell(demuxer->stream); off_t len=stream_read_dword(demuxer->stream); unsigned int fourcc=stream_read_dword_le(demuxer->stream); + if(fourcc==mmioFOURCC('y','v','1','2')) fourcc=mmioFOURCC('I','4','2','0'); if(len<8) break; // error mp_msg(MSGT_DEMUX,MSGL_V,"MOV: %*s desc #%d: %.4s (%d bytes)\n",level,"",i,&fourcc,len-16); if(fourcc!=trak->fourcc && i)