diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-05-09 06:35:13 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-05-09 17:37:47 +0200 |
commit | 0982b0a431060039517b35af7eae14dbf1c2ce10 (patch) | |
tree | 0558d0a49a3c562baf35f74f633eff2134680942 /libavresample/version.h | |
parent | b1f9be543687b837069be88428f798ac8ca28e8e (diff) | |
download | ffmpeg-0982b0a431060039517b35af7eae14dbf1c2ce10.tar.gz |
lavr: make avresample_read() with NULL output discard samples.
Diffstat (limited to 'libavresample/version.h')
-rw-r--r-- | libavresample/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavresample/version.h b/libavresample/version.h index 47504c9380..6211a56352 100644 --- a/libavresample/version.h +++ b/libavresample/version.h @@ -21,7 +21,7 @@ #define LIBAVRESAMPLE_VERSION_MAJOR 0 #define LIBAVRESAMPLE_VERSION_MINOR 0 -#define LIBAVRESAMPLE_VERSION_MICRO 1 +#define LIBAVRESAMPLE_VERSION_MICRO 2 #define LIBAVRESAMPLE_VERSION_INT AV_VERSION_INT(LIBAVRESAMPLE_VERSION_MAJOR, \ LIBAVRESAMPLE_VERSION_MINOR, \ |