File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -47,12 +47,12 @@ def match(self, buf):
4747 return True
4848
4949 if (buf [0 ] == 0xFF ):
50- if (buf [1 ] == 0xE2 or #MPEG 2.5 with error protection
51- buf [1 ] == 0xE3 or #MPEG 2.5 w/o error protection
52- buf [1 ] == 0xF2 or #MPEG 2 with error protection
53- buf [1 ] == 0xF3 or #MPEG 2 w/o error protection
54- buf [1 ] == 0xFA or #MPEG 1 with error protection
55- buf [1 ] == 0xFB ): #MPEG 1 w/o error protection
50+ if (buf [1 ] == 0xE2 or #MPEG 2.5 with error protection
51+ buf [1 ] == 0xE3 or #MPEG 2.5 w/o error protection
52+ buf [1 ] == 0xF2 or #MPEG 2 with error protection
53+ buf [1 ] == 0xF3 or #MPEG 2 w/o error protection
54+ buf [1 ] == 0xFA or #MPEG 1 with error protection
55+ buf [1 ] == 0xFB ): #MPEG 1 w/o error protection
5656 return True
5757 return False
5858
You can’t perform that action at this time.
0 commit comments