mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 07:31:22 +01:00
ffmpeg: do not use SWR_CH_MAX
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
65cb02e87a
commit
d9e7dc3e16
1 changed files with 2 additions and 1 deletions
3
ffmpeg.h
3
ffmpeg.h
|
|
@ -402,7 +402,8 @@ typedef struct OutputStream {
|
|||
double forced_keyframes_expr_const_values[FKF_NB];
|
||||
|
||||
/* audio only */
|
||||
int audio_channels_map[SWR_CH_MAX]; /* list of the channels id to pick from the source stream */
|
||||
#define FF_CH_MAX 32
|
||||
int audio_channels_map[FF_CH_MAX]; /* list of the channels id to pick from the source stream */
|
||||
int audio_channels_mapped; /* number of channels in audio_channels_map */
|
||||
|
||||
char *logfile_prefix;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue