Commit a7f9d92a authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '192f1984'

* commit '192f1984':
  lavc: limit maximum number of channels to 63
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 36685c3c 192f1984
......@@ -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 {
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment