End bit too early in Bitstream Restrictions

This commit is contained in:
Iwan Timmer
2014-03-31 17:16:07 +02:00
parent 3ec5066b08
commit 40468c824d

View File

@@ -12,7 +12,7 @@ import java.util.List;
*/
public class OmxDecoderRenderer implements VideoDecoderRenderer {
private final static byte[] BITSTREAM_RESTRICTIONS = new byte[] {(byte) 0xF1, (byte) 0x83, 0x2C, 0x00};
private final static byte[] BITSTREAM_RESTRICTIONS = new byte[] {(byte) 0xF1, (byte) 0x83, 0x2A, 0x00};
@Override
public void setup(int width, int height, int redrawRate, Object renderTarget, int drFlags) {