diff libmpdemux/demux_rtp_codec.cpp @ 22211:7c9d838fc788

support for H263-2000; patch by Carl Eugen Hoyos
author nicodvb
date Fri, 16 Feb 2007 00:30:05 +0000
parents 1dc228327c55
children 583926af08ac
line wrap: on
line diff
--- a/libmpdemux/demux_rtp_codec.cpp	Thu Feb 15 22:03:09 2007 +0000
+++ b/libmpdemux/demux_rtp_codec.cpp	Fri Feb 16 00:30:05 2007 +0000
@@ -40,6 +40,7 @@
 	     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');