1
mirror of https://github.com/mpv-player/mpv synced 2024-10-18 10:25:02 +02:00

typo (checking for mpeg twice, instead of mpeg & MPEG)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7303 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
michael 2002-09-06 22:36:55 +00:00
parent a45a69b283
commit 8c5f449de0

View File

@ -60,7 +60,7 @@ switch(d_video->demuxer->file_format){
(sh_video->format == mmioFOURCC('m','p','g','2')) ||
(sh_video->format == mmioFOURCC('M','P','G','2')) ||
(sh_video->format == mmioFOURCC('m','p','e','g')) ||
(sh_video->format == mmioFOURCC('m','p','e','g')))
(sh_video->format == mmioFOURCC('M','P','E','G')))
{
int saved_pos, saved_type;