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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmpeg.c478 static const unsigned char avs_seqh[4] = { 0, 0, 1, 0xb0 }; local
482 if(!memcmp(buf, avs_seqh, 4) && (buf[6] != 0 || buf[7] != 1))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmpeg.c527 static const unsigned char avs_seqh[4] = { 0, 0, 1, 0xb0 }; local
532 if (!memcmp(buf, avs_seqh, 4) && (buf[6] != 0 || buf[7] != 1))

Completed in 103 milliseconds