diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-08-24 15:12:13 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-08-24 15:12:13 +0000 |
commit | eedca998eb6b2271248324469b45d7d99ea86aff (patch) | |
tree | 3b2d826a5433852168eb99d3d2e946d1ebfa62c8 /libavfilter/avfilter.h | |
parent | 668338c573720b8eafda1191a940625cc76fc586 (diff) | |
download | ffmpeg-eedca998eb6b2271248324469b45d7d99ea86aff.tar.gz |
Implement ff_get_ref_perms_string() and use it for tracing.
Originally committed as revision 24900 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 dfe27e7734..721519a200 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -26,7 +26,7 @@ #define LIBAVFILTER_VERSION_MAJOR 1 #define LIBAVFILTER_VERSION_MINOR 38 -#define LIBAVFILTER_VERSION_MICRO 0 +#define LIBAVFILTER_VERSION_MICRO 1 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |