mirror of
https://github.com/mpv-player/mpv
synced 2025-01-05 03:06:28 +01: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:
parent
a45a69b283
commit
8c5f449de0
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user