diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-07-18 22:37:39 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-07-18 22:37:39 +0000 |
commit | 9f0e31d29a5f0c1a306ea3f0240edc7932158eaf (patch) | |
tree | aa32c6746b2909f0bdfde72f986291a67e5b41c6 /libavfilter/avfilter.h | |
parent | c85007d5594d93ac016888cdb3a5d21e9412b920 (diff) | |
download | ffmpeg-9f0e31d29a5f0c1a306ea3f0240edc7932158eaf.tar.gz |
Make avfilter.c dprintf* functions internal and declare them in an
internal.h header, so they can be easily used from other files.
Originally committed as revision 24319 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r-- | libavfilter/avfilter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index 3737d465af..f5f9bce674 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -26,7 +26,7 @@ #define LIBAVFILTER_VERSION_MAJOR 1 #define LIBAVFILTER_VERSION_MINOR 25 -#define LIBAVFILTER_VERSION_MICRO 0 +#define LIBAVFILTER_VERSION_MICRO 1 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |