diff options
author | Anton Khirnov <anton@khirnov.net> | 2014-04-29 15:06:45 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-06-01 08:26:43 +0200 |
commit | 0957b274e312e985d69cb490bee2a7ff820acaa6 (patch) | |
tree | 3c299d8ab7cee48d9e8fe187529cde33b38fa0de /libavcodec/version.h | |
parent | eb800f120d2d42590fde2302fe828c847e41e773 (diff) | |
download | ffmpeg-0957b274e312e985d69cb490bee2a7ff820acaa6.tar.gz |
lavc: add an option to enable side data-only packets during encoding
Some encoders (e.g. flac) need to send side data when there is no more
data to be output. This enables them to output a packet with no data in
it, only side data.
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index d72f8eddfa..c02540a7e2 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 55 -#define LIBAVCODEC_VERSION_MINOR 53 +#define LIBAVCODEC_VERSION_MINOR 54 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |