~ppsspp/ppsspp/ffmpeg

« back to all changes in this revision

Viewing changes to libavfilter/af_earwax.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:
162
162
    { NULL }
163
163
};
164
164
 
165
 
AVFilter avfilter_af_earwax = {
 
165
AVFilter ff_af_earwax = {
166
166
    .name           = "earwax",
167
167
    .description    = NULL_IF_CONFIG_SMALL("Widen the stereo image."),
168
168
    .query_formats  = query_formats,