diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-10-11 23:27:33 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-10-11 23:27:33 +0000 |
commit | 16134b7c4041406e288c652596acbc872367fae1 (patch) | |
tree | b4feeeb0c617aec128d8ad5f6ddf74b3546d2cde /libavfilter/avfilter.h | |
parent | 214c0d420b696318329aa7da0aeb439970e5bb79 (diff) | |
download | ffmpeg-16134b7c4041406e288c652596acbc872367fae1.tar.gz |
Extend the nullsrc source, make it accept a parameter for specifying
the timebase. Useful for debugging timebase configuration issues.
Originally committed as revision 25446 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 13b6d024a1..374f699b17 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -26,7 +26,7 @@ #define LIBAVFILTER_VERSION_MAJOR 1 #define LIBAVFILTER_VERSION_MINOR 50 -#define LIBAVFILTER_VERSION_MICRO 0 +#define LIBAVFILTER_VERSION_MICRO 1 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ LIBAVFILTER_VERSION_MINOR, \ |