1
0
Fork 0

h264: increase MAX_SLICES to 256

This was recommended by Jason on IRC a while ago.
This commit is contained in:
Hendrik Leppkes 2013-11-15 19:25:11 +01:00
parent 186fc14a2c
commit a1246dd8ba
Signed by: hendrik
GPG Key ID: 846079A4B0A7C1B5
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
* The maximum number of slices supported by the decoder.
* must be a power of 2
*/
#define MAX_SLICES 32
#define MAX_SLICES 256
#ifdef ALLOW_INTERLACE
#define MB_MBAFF(h) (h)->mb_mbaff