~ubuntu-branches/ubuntu/trusty/libav/trusty-proposed

« back to all changes in this revision

Viewing changes to avconv_filter.c

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler
  • Date: 2012-10-23 18:49:26 UTC
  • mto: (1.1.18 experimental)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: package-import@ubuntu.com-20121023184926-cw5imrodltw6h5o4
Tags: upstream-9~beta2
ImportĀ upstreamĀ versionĀ 9~beta2

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
#include "libavutil/pixfmt.h"
30
30
#include "libavutil/samplefmt.h"
31
31
 
32
 
/**
33
 
 * Define a function for building a string containing a list of
34
 
 * allowed formats,
35
 
 */
 
32
/* Define a function for building a string containing a list of
 
33
 * allowed formats. */
36
34
#define DEF_CHOOSE_FORMAT(type, var, supported_list, none, get_name, separator)\
37
35
static char *choose_ ## var ## s(OutputStream *ost)                            \
38
36
{                                                                              \