~ubuntu-branches/debian/experimental/libav/experimental

« back to all changes in this revision

Viewing changes to libavfilter/avfilter.h

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler
  • Date: 2014-01-18 15:46:55 UTC
  • mfrom: (1.1.24)
  • Revision ID: package-import@ubuntu.com-20140118154655-iz6u00yevkat1jqi
Tags: 6:10~alpha2-1
New Upstream release 10_alpha2. This upstream git snapshot has too many
changes to list here, cf. to the upstream Changelog:
http://git.libav.org/?p=libav.git;a=blob;f=Changelog;hb=refs/tags/v10_alpha2

Show diffs side-by-side

added added

removed removed

Lines of Context:
358
358
     */
359
359
    int needs_fifo;
360
360
 
 
361
    /**
 
362
     * The filter expects writable frames from its input link,
 
363
     * duplicating data buffers if needed.
 
364
     *
 
365
     * input pads only.
 
366
     */
361
367
    int needs_writable;
362
368
};
363
369
#endif