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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2014-02-27 20:07:30 +0400
committerVittorio Giovara <vittorio.giovara@gmail.com>2014-03-17 02:01:01 +0400
commit5d1c2e53ab3ce27b48c138d22bb01ff8e8304f27 (patch)
tree1c3a6e95066b51609375397a753c985e143f37cd /libavcodec/h264.h
parent9b749c8274f6b6f35dde2cf29b99fa4f719abf87 (diff)
h264: Replace mpegvideo-specific MAX_PICTURE_COUNT by private define
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r--libavcodec/h264.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h
index 2b85863008..f31a0701ea 100644
--- a/libavcodec/h264.h
+++ b/libavcodec/h264.h
@@ -39,6 +39,8 @@
#include "h264qpel.h"
#include "rectangle.h"
+#define H264_MAX_PICTURE_COUNT 32
+
#define MAX_SPS_COUNT 32
#define MAX_PPS_COUNT 256