Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2013-11-15 22:25:11 +0400
committerHendrik Leppkes <h.leppkes@gmail.com>2017-08-04 20:12:12 +0300
commit5afdcc98e34bcfdc29a34150ca5deebd65487443 (patch)
tree8f1283feec6e434ea8a87ba8d06ece9a940554d9
parent1b7a6763922e0bcb4a0c3e534b28b22cbb640aae (diff)
h264: increase MAX_SLICES to 256
This was recommended by Jason on IRC a while ago.
-rw-r--r--libavcodec/h264dec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264dec.h b/libavcodec/h264dec.h
index b0778ec386..9718013684 100644
--- a/libavcodec/h264dec.h
+++ b/libavcodec/h264dec.h
@@ -65,7 +65,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