mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-28 02:02:46 +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