]> git.sesse.net Git - ffmpeg/blobdiff - ffmpeg.h
avformat/asfdec: Check av_new_packet()s return code
[ffmpeg] / ffmpeg.h
index d124a2cf9b4233390d8c27c7b1b8aa45768be989..6545286ad0c9b6588ee3fc89bb27cb8bf788a9b6 100644 (file)
--- 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;