[FFmpeg-cvslog] r9623 - trunk/libavformat/rtp_h264.c

alex subversion
Fri Jul 13 14:12:38 CEST 2007


Author: alex
Date: Fri Jul 13 14:12:38 2007
New Revision: 9623

Log:
h264_rtp_extra_data is not only used for debug purposes, asserts are using it also

Modified:
   trunk/libavformat/rtp_h264.c

Modified: trunk/libavformat/rtp_h264.c
==============================================================================
--- trunk/libavformat/rtp_h264.c	(original)
+++ trunk/libavformat/rtp_h264.c	Fri Jul 13 14:12:38 2007
@@ -165,9 +165,7 @@ static int h264_handle_packet(RTPDemuxCo
                               const uint8_t * buf,
                               int len)
 {
-#ifdef DEBUG
     h264_rtp_extra_data *data = s->dynamic_protocol_context;
-#endif
     uint8_t nal = buf[0];
     uint8_t type = (nal & 0x1f);
     int result= 0;




More information about the ffmpeg-cvslog mailing list