diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-10-18 23:39:54 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2009-10-18 23:39:54 +0000 |
commit | 6b5dc050a2d9991009155c263a7b28422b6c97c0 (patch) | |
tree | 91add71ce9220800421516f58e436590336b65c2 /libavfilter/avfilter.h | |
parent | e768cb7668037f580f864f821a0b4f73c8b03217 (diff) | |
download | ffmpeg-6b5dc050a2d9991009155c263a7b28422b6c97c0.tar.gz |
Rename avfilter_make_format_list2() to avfilter_make_format_list().
Originally committed as revision 20302 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r-- | libavfilter/avfilter.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index 2aac3e0864..a2e23dd2fc 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -23,7 +23,7 @@ #define AVFILTER_AVFILTER_H #define LIBAVFILTER_VERSION_MAJOR 1 -#define LIBAVFILTER_VERSION_MINOR 2 +#define LIBAVFILTER_VERSION_MINOR 3 #define LIBAVFILTER_VERSION_MICRO 0 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ @@ -176,7 +176,7 @@ struct AVFilterFormats * @param pix_fmt list of pixel formats, terminated by PIX_FMT_NONE * @return the format list, with no existing references */ -AVFilterFormats *avfilter_make_format_list2(enum PixelFormat *pix_fmt); +AVFilterFormats *avfilter_make_format_list(enum PixelFormat *pix_fmt); /** * Returns a list of all colorspaces supported by FFmpeg. |