]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ac3.h
avcodec/aic: fix decoding of videos which height is not multiple of 16
[ffmpeg] / libavcodec / ac3.h
index 5c9c37727e7df960def1b128a1099288c469975e..f8f6a81f45105920243b47536134f0f5bacc66b5 100644 (file)
@@ -28,6 +28,7 @@
 #define AVCODEC_AC3_H
 
 #define AC3_MAX_CODED_FRAME_SIZE 3840 /* in bytes */
+#define EAC3_MAX_CHANNELS 16          /**< maximum number of channels in EAC3 */
 #define AC3_MAX_CHANNELS 7            /**< maximum number of channels, including coupling channel */
 #define CPL_CH 0                      /**< coupling channel index */