Add support for mpeg4video-es (from dario)

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25027 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
lu_zero 2007-11-12 16:32:45 +00:00
parent 365836f628
commit a8d68edd6b
1 changed files with 3 additions and 0 deletions

View File

@ -248,6 +248,9 @@ demuxer_t* demux_open_rtp(demuxer_t* demuxer)
} else if (!strcmp(format_name, "H263-1998")) {
bih->biCompression =
sh_video->format = mmioFOURCC('H','2','6','3');
} else if (!strcmp(format_name, "MP4V-ES")) {
bih->biCompression =
sh_video->format = mmioFOURCC('M','P','4','V');
} else {
mp_msg(MSGT_DEMUX, MSGL_WARN,
"Unknown MPlayer format code for MIME"