diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-07-05 18:33:30 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-08-16 17:58:58 +0200 |
commit | faf7c356554d54be0ddb5f989791407e23753549 (patch) | |
tree | 03f1afd7620efa12466dd3b906b93a4d3f0c4dd4 /libavformat/version.h | |
parent | 29852ffc64edc407d8d9f59651e2f4da85ebb6ca (diff) | |
download | ffmpeg-faf7c356554d54be0ddb5f989791407e23753549.tar.gz |
lavf/tee: add support for bitstream filtering
This allows to apply different bitstream filters to different outputs,
with no need to transcode.
Diffstat (limited to 'libavformat/version.h')
-rw-r--r-- | libavformat/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/version.h b/libavformat/version.h index 8b206546a7..731f8005d8 100644 --- a/libavformat/version.h +++ b/libavformat/version.h @@ -31,7 +31,7 @@ #define LIBAVFORMAT_VERSION_MAJOR 55 #define LIBAVFORMAT_VERSION_MINOR 13 -#define LIBAVFORMAT_VERSION_MICRO 102 +#define LIBAVFORMAT_VERSION_MICRO 103 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ LIBAVFORMAT_VERSION_MINOR, \ |