summaryrefslogtreecommitdiff
path: root/ffmpeg.h
diff options
context:
space:
mode:
Diffstat (limited to 'ffmpeg.h')
-rw-r--r--ffmpeg.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ffmpeg.h b/ffmpeg.h
index d124a2cf9b..6545286ad0 100644
--- a/ffmpeg.h
+++ b/ffmpeg.h
@@ -402,8 +402,7 @@ typedef struct OutputStream {
double forced_keyframes_expr_const_values[FKF_NB];
/* audio only */
-#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_map; /* 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;