Commit b42bee5e authored by mmu_man's avatar mmu_man

Fix non-debug build.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13149 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5a05b479
......@@ -173,8 +173,10 @@ static int h264_handle_packet(RTPDemuxContext * s,
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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment