parent
67cdfcf694
commit
f09bbb8f08
2 changed files with 18 additions and 4 deletions
|
|
@ -47,7 +47,7 @@ static int ac3_eac3_probe(AVProbeData *p, enum AVCodecID expected_codec_id)
|
|||
uint16_t frame_size;
|
||||
int i, ret;
|
||||
|
||||
if(!memcmp(buf2, "\x1\x10\0\0\0\0\0\0", 8)) {
|
||||
if(!memcmp(buf2, "\x1\x10", 2)) {
|
||||
if (buf2 + 16 > end)
|
||||
break;
|
||||
buf2+=16;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue