# HG changeset patch # User mmu_man # Date 1210700598 0 # Node ID 7100924e2932538dd7b474f9f6fcd18ac071c8a7 # Parent fb5f48e1956f8ad326490c1239ed83a0ae225821 Fix non-debug build. diff -r fb5f48e1956f -r 7100924e2932 rtp_h264.c --- a/rtp_h264.c Tue May 13 15:51:37 2008 +0000 +++ b/rtp_h264.c Tue May 13 17:43:18 2008 +0000 @@ -173,8 +173,10 @@ int result= 0; uint8_t start_sequence[]= {0, 0, 1}; +#ifdef DEBUG assert(data); assert(data->cookie == MAGIC_COOKIE); +#endif assert(buf); if (type >= 1 && type <= 23)