changeset 2250:bfe6061f9f25 libavformat

h264_rtp_extra_data is not only used for debug purposes, asserts are using it also
author alex
date Fri, 13 Jul 2007 12:12:38 +0000
parents da41753f1220
children b7950418654d
files rtp_h264.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/rtp_h264.c	Fri Jul 13 12:01:56 2007 +0000
+++ b/rtp_h264.c	Fri Jul 13 12:12:38 2007 +0000
@@ -165,9 +165,7 @@
                               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;