h263 exposed

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24645 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
lu_zero 2007-09-28 11:41:25 +00:00
parent d3362f7068
commit c0b42bc94a
1 changed files with 3 additions and 0 deletions

View File

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