diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-07-30 00:29:50 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-07-30 00:29:50 +0000 |
commit | 7be5b7309c251c876e9b81ad51311600eb858d74 (patch) | |
tree | 3f019c61e63fcf19010ce466dce05dd85f694d66 /libavfilter/avfilter.h | |
parent | 8fad26610193efeb3a4076329ee616a29c0f837d (diff) | |
download | ffmpeg-7be5b7309c251c876e9b81ad51311600eb858d74.tar.gz |
Make avfilter_default_get_video_buffer() use functions in
libavcore/imgutils.c rather than ff_fill_linesize() and
ff_fill_pointer().
Also remove a dependency on libavcodec.
Originally committed as revision 24586 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 e945a07bd8..7d639cfe3b 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -26,7 +26,7 @@ #define LIBAVFILTER_VERSION_MAJOR 1 #define LIBAVFILTER_VERSION_MINOR 26 -#define LIBAVFILTER_VERSION_MICRO 1 +#define LIBAVFILTER_VERSION_MICRO 2 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |