~ppsspp/ppsspp/ffmpeg

« back to all changes in this revision

Viewing changes to libavfilter/f_perms.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:
133
133
    { NULL }
134
134
};
135
135
 
136
 
AVFilter avfilter_af_aperms = {
 
136
AVFilter ff_af_aperms = {
137
137
    .name        = "aperms",
138
138
    .description = NULL_IF_CONFIG_SMALL("Set permissions for the output audio frame."),
139
139
    .init        = init,
166
166
    { NULL }
167
167
};
168
168
 
169
 
AVFilter avfilter_vf_perms = {
 
169
AVFilter ff_vf_perms = {
170
170
    .name        = "perms",
171
171
    .description = NULL_IF_CONFIG_SMALL("Set permissions for the output video frame."),
172
172
    .init        = init,