[Sumover-dev] [svn commit] r4161 - vic/branches/mpeg4/rtp

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Sun May 25 11:14:57 BST 2008


Author: piers
Date: Sun May 25 11:14:56 2008
New Revision: 4161

Modified:
   vic/branches/mpeg4/rtp/session.cpp

Log:
Added decoding of IOCOM's IG2 H.264 non-standard H.264 streams - payload type 107 - identified as H264_IOCOM. 
Note: VIC will decode IOCOM's 'standard H.264' [RFC3984] (the checkbox in the video properties of IG2 needs to be checked) with latest ffmpeg library (when patched to allow for use of one reference frame - when num_ref_frames=0 in SPS). IOCOM will decode VIC's H.264 streams.


Modified: vic/branches/mpeg4/rtp/session.cpp
==============================================================================
--- vic/branches/mpeg4/rtp/session.cpp	(original)
+++ vic/branches/mpeg4/rtp/session.cpp	Sun May 25 11:14:56 2008
@@ -80,6 +80,7 @@
 		case RTP_PT_H263:
 		case RTP_PT_MPEG4:
 		case RTP_PT_H264:
+		case RTP_PT_H264_IOCOM:
 		case RTP_PT_H263P:
 		case RTP_PT_LDCT:
 		case RTP_PT_PVH:



More information about the Sumover-dev mailing list