aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/avfilter.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-08-12 15:06:04 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-08-12 15:06:04 +0000
commit81c1ecabab93ad279092925872cfd13db07a6c6e (patch)
treed6134165b62ed1c8f89af474f031034e68d95c68 /libavfilter/avfilter.h
parent7906e2b974566c897526a8a7561b380687af8323 (diff)
downloadffmpeg-81c1ecabab93ad279092925872cfd13db07a6c6e.tar.gz
Deprecate ff_get_plane_bytewidth() in favor of
av_get_image_linesize(). Originally committed as revision 24787 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r--libavfilter/avfilter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index cd274c39e2..e1117dba85 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -26,7 +26,7 @@
#define LIBAVFILTER_VERSION_MAJOR 1
#define LIBAVFILTER_VERSION_MINOR 34
-#define LIBAVFILTER_VERSION_MICRO 0
+#define LIBAVFILTER_VERSION_MICRO 1
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
LIBAVFILTER_VERSION_MINOR, \