This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
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
8d43b8b8e8
commit
44f99fe0f5
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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)
Write
Preview
Loading…
Cancel
Save