mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 20:19:55 +00:00
lavc: limit maximum number of channels to 63
This is the most that can be represented with the current channel layout system. This limit should be raised/removed when a better system is implemented.
This commit is contained in:
parent
15ec0450b4
commit
192f1984b1
@ -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