~ppsspp/ppsspp/ffmpeg

« back to all changes in this revision

Viewing changes to libavfilter/vf_geq.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:
266
266
    { NULL }
267
267
};
268
268
 
269
 
AVFilter avfilter_vf_geq = {
 
269
AVFilter ff_vf_geq = {
270
270
    .name          = "geq",
271
271
    .description   = NULL_IF_CONFIG_SMALL("Apply generic equation to each pixel."),
272
272
    .priv_size     = sizeof(GEQContext),