Commit 5deedf35 authored by Michael Niedermayer's avatar Michael Niedermayer

h264probe: update to latest spec.

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 6841c8c5
...@@ -54,7 +54,7 @@ static int h264_probe(AVProbeData *p) ...@@ -54,7 +54,7 @@ static int h264_probe(AVProbeData *p)
case 1: sli++; break; case 1: sli++; break;
case 5: idr++; break; case 5: idr++; break;
case 7: case 7:
if(p->buf[i+2]&0x0F) if(p->buf[i+2]&0x03)
return 0; return 0;
sps++; sps++;
break; break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment