X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Faf_amerge.c;h=cc974cdb7fb78e38502bc0f4b3603e782fc6ec7b;hb=b52b398c30a729dda38c0dd5a0cdeef160c4ca54;hp=3cf36b30380866b998ace5deea337cc80fd20a99;hpb=9c1b09f73ec36b2470074358d343d9df999b4bee;p=ffmpeg diff --git a/libavfilter/af_amerge.c b/libavfilter/af_amerge.c index 3cf36b30380..cc974cdb7fb 100644 --- a/libavfilter/af_amerge.c +++ b/libavfilter/af_amerge.c @@ -37,7 +37,7 @@ #define SWR_CH_MAX 64 -typedef struct { +typedef struct AMergeContext { const AVClass *class; int nb_inputs; int route[SWR_CH_MAX]; /**< channels routing, see copy_samples */