mirror of
https://github.com/mpv-player/mpv
synced 2025-01-13 00:06:25 +01:00
h263 exposed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24645 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d3362f7068
commit
c0b42bc94a
@ -215,6 +215,9 @@ demuxer_t* demux_open_rtp(demuxer_t* demuxer)
|
|||||||
} else if (!strcmp(format_name, "H264")) {
|
} else if (!strcmp(format_name, "H264")) {
|
||||||
bih->biCompression =
|
bih->biCompression =
|
||||||
sh_video->format = mmioFOURCC('H','2','6','4');
|
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 {
|
} else {
|
||||||
mp_msg(MSGT_DEMUX, MSGL_WARN,
|
mp_msg(MSGT_DEMUX, MSGL_WARN,
|
||||||
"Unknown MPlayer format code for MIME"
|
"Unknown MPlayer format code for MIME"
|
||||||
|
Loading…
Reference in New Issue
Block a user