]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/af_aformat.c
mpjpeg: Check stream allocation
[ffmpeg] / libavfilter / af_aformat.c
index 1f11b48e9c2f642a6d6e1a6d8fe891d5813bc13f..f0746737dc7f297f5ea593372709ddf0c676c163 100644 (file)
@@ -139,7 +139,7 @@ static const AVFilterPad avfilter_af_aformat_outputs[] = {
     { NULL }
 };
 
-AVFilter avfilter_af_aformat = {
+AVFilter ff_af_aformat = {
     .name          = "aformat",
     .description   = NULL_IF_CONFIG_SMALL("Convert the input audio to one of the specified formats."),
     .init          = init,