support for H263-2000; patch by Carl Eugen Hoyos

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22229 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nicodvb 2007-02-16 00:30:05 +00:00
parent 1400b0f436
commit ae33f794c1
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ void rtpCodecInitialize_video(demuxer_t* demuxer,
strcmp(subsession->codecName(), "MP2T") == 0) {
flags |= RTPSTATE_IS_MPEG12_VIDEO|RTPSTATE_IS_MULTIPLEXED;
} else if (strcmp(subsession->codecName(), "H263") == 0 ||
strcmp(subsession->codecName(), "H263-2000") == 0 ||
strcmp(subsession->codecName(), "H263-1998") == 0) {
bih->biCompression = sh_video->format
= mmioFOURCC('H','2','6','3');