Browse Source

af_amerge: set samples rate in query_formats.

tags/n0.11
Nicolas George 13 years ago
parent
commit
e6aee46760
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavfilter/af_amerge.c

+ 1
- 0
libavfilter/af_amerge.c View File

@@ -106,6 +106,7 @@ static int query_formats(AVFilterContext *ctx)
layouts = NULL;
ff_add_channel_layout(&layouts, outlayout);
ff_channel_layouts_ref(layouts, &ctx->outputs[0]->in_channel_layouts);
ff_set_common_samplerates(ctx, ff_all_samplerates());
return 0;
}



Loading…
Cancel
Save