diff options
author | Juan Carlos Rodriguez <ing.juancarlosrodriguez@hotmail.com> | 2011-05-18 15:00:03 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2011-06-10 10:49:20 +0300 |
commit | 0832122880fa50e66dfd62eb6aa5c814f83f68d9 (patch) | |
tree | d6584051af4edd2d15edd1c99a0524abc5aa67a3 /libavformat/version.h | |
parent | cb7c11cc9e7e05c819fff487a3f486f11ab4b860 (diff) | |
download | ffmpeg-0832122880fa50e66dfd62eb6aa5c814f83f68d9.tar.gz |
rtpenc: MP4A-LATM payload support
This is enabled with an AVOption on the RTP muxer. The SDP
generator looks for a latm flag in the rtpflags field.
Signed-off-by: Martin Storsjö <martin@martin.st>
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 0b53005a6f..ca61ab165f 100644 --- a/libavformat/version.h +++ b/libavformat/version.h @@ -25,7 +25,7 @@ #define LIBAVFORMAT_VERSION_MAJOR 53 #define LIBAVFORMAT_VERSION_MINOR 1 -#define LIBAVFORMAT_VERSION_MICRO 0 +#define LIBAVFORMAT_VERSION_MICRO 1 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ LIBAVFORMAT_VERSION_MINOR, \ |