hi all
I'm a newcomer for ffmpeg. I can not understand this function.pls do me  a
favor.
static int check_pack_header(const uint8_t *buf) {
 return (buf[1] & 0xC0) == 0x40 || (buf[1] & 0xF0) == 0x20;
}
1> this function check
thanks in advance
Br/York