mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 20:19:55 +00:00
h264probe: update to latest spec.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
6841c8c579
commit
5deedf3552
@ -54,7 +54,7 @@ static int h264_probe(AVProbeData *p)
|
||||
case 1: sli++; break;
|
||||
case 5: idr++; break;
|
||||
case 7:
|
||||
if(p->buf[i+2]&0x0F)
|
||||
if(p->buf[i+2]&0x03)
|
||||
return 0;
|
||||
sps++;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user