~ppsspp/ppsspp/ffmpeg

« back to all changes in this revision

Viewing changes to libavfilter/af_asetnsamples.c

  • Committer: Henrik Rydgård
  • Date: 2014-01-03 10:44:32 UTC
  • Revision ID: git-v1:87c6c126784b1718bfa448ecf2e6a9fef781eb4e
Update our ffmpeg snapshot to a clone of the official repository.

This is because Maxim's at3plus support has been officially merged!

Show diffs side-by-side

added added

removed removed

Lines of Context:
184
184
    { NULL }
185
185
};
186
186
 
187
 
AVFilter avfilter_af_asetnsamples = {
 
187
AVFilter ff_af_asetnsamples = {
188
188
    .name        = "asetnsamples",
189
189
    .description = NULL_IF_CONFIG_SMALL("Set the number of samples for each output audio frames."),
190
190
    .priv_size   = sizeof(ASNSContext),