Browse Source

rtpdec_h264: Remove a useless ifdef

assert is a no-op if DEBUG isn't defined.

Signed-off-by: Martin Storsjö <martin@martin.st>
tags/n0.11
Martin Storsjö 13 years ago
parent
commit
44f99fe0f5
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libavformat/rtpdec_h264.c

+ 0
- 2
libavformat/rtpdec_h264.c View File

@@ -170,9 +170,7 @@ static int h264_handle_packet(AVFormatContext *ctx,
nal = buf[0];
type = nal & 0x1f;

#ifdef DEBUG
assert(data);
#endif
assert(buf);

if (type >= 1 && type <= 23)


Loading…
Cancel
Save