Skip to content
Snippets Groups Projects
Commit a7f9d92a authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

Merge commit '192f1984'


* commit '192f1984':
  lavc: limit maximum number of channels to 63

Merged-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parents 36685c3c 192f1984
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment