mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Merge commit '192f1984b1a93aa08af053b8f9ab4950f307bd5d'
* commit '192f1984b1a93aa08af053b8f9ab4950f307bd5d': lavc: limit maximum number of channels to 63 Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
a7f9d92a6d
@ -31,7 +31,7 @@
|
||||
#include "libavutil/pixfmt.h"
|
||||
#include "avcodec.h"
|
||||
|
||||
#define FF_SANE_NB_CHANNELS 128U
|
||||
#define FF_SANE_NB_CHANNELS 63U
|
||||
|
||||
typedef struct FramePool {
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user