Skip to content
Snippets Groups Projects
Commit 74622ad3 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

Merge commit '6fd91fa1'


* commit '6fd91fa1':
  h264: increase MAX_SLICES to 32

The available sample decodes correctly before, but the reporter of the bug
claims that this change reduces artifacts. This is thus merged
If someone has samples that decode differently depending in the MAX_SLICES
value, please open a ticket on trac.
Also this change should be reverted if it turns out that the artifacts
that where seen had a different cause

Merged-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parents 6b4cbfec 6fd91fa1
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
* The maximum number of slices supported by the decoder. * The maximum number of slices supported by the decoder.
* must be a power of 2 * must be a power of 2
*/ */
#define MAX_SLICES 16 #define MAX_SLICES 32
#ifdef ALLOW_INTERLACE #ifdef ALLOW_INTERLACE
#define MB_MBAFF(h) (h)->mb_mbaff #define MB_MBAFF(h) (h)->mb_mbaff
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment