Searched refs:MAGIC_COOKIE (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtpdec_h264.c68 #define MAGIC_COOKIE (0xdeadbeef) ///< Cookie for the extradata; to verify we are what we think we are, and that we haven't been freed. macro
183 assert(data->cookie == MAGIC_COOKIE);
329 data->cookie = MAGIC_COOKIE;
348 assert(data->cookie == MAGIC_COOKIE);
364 assert(h264_data->cookie == MAGIC_COOKIE);

Completed in 200 milliseconds