[FFmpeg-devel] [PATCH] lavfi: add avolume filter
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Thu Nov 3 22:14:30 CET 2011
On Thu, Nov 03, 2011 at 01:24:14AM +0100, Stefano Sabatini wrote:
> + .inputs = (AVFilterPad[]) {{ .name = "default",
> + .type = AVMEDIA_TYPE_AUDIO,
> + .filter_samples = filter_samples,
> + .min_perms = AV_PERM_READ, AV_PERM_WRITE},
> + { .name = NULL}},
Sorry for coming in with something unrelated and that probably was
discussed already a long time ago, but why are these not
"const AVFilterPad[]"?
More information about the ffmpeg-devel
mailing list