diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-01-12 21:23:16 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-01-12 21:23:16 +0000 |
commit | caeb0c30272a42c34b7f80acea90fa14cf98ec20 (patch) | |
tree | d0a8b9b1b41bd1e0dd0c39560dd9d31c0bf8d47b /libavfilter/avfilter.h | |
parent | b382d1e3e49143c7e9ebab3986dd84b64073de66 (diff) | |
download | ffmpeg-caeb0c30272a42c34b7f80acea90fa14cf98ec20.tar.gz |
Make avfilter_graph_free() do nothing if graph is NULL.
Originally committed as revision 26323 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 597e7a71d0..a3c51e0b49 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -28,7 +28,7 @@ #define LIBAVFILTER_VERSION_MAJOR 1 #define LIBAVFILTER_VERSION_MINOR 73 -#define LIBAVFILTER_VERSION_MICRO 0 +#define LIBAVFILTER_VERSION_MICRO 1 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |