diff options
author | Martin Storsjö <martin@martin.st> | 2012-05-28 12:11:26 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-06-18 12:27:56 +0300 |
commit | d77f4afa9814b0433be6fdbfd7d8a113592ba680 (patch) | |
tree | 8a0df73a17bf709996f686453f0784dcb20eaa30 /libavformat/version.h | |
parent | becc3c629b6d2be3171a26587f7ca999ef7a9d86 (diff) | |
download | ffmpeg-d77f4afa9814b0433be6fdbfd7d8a113592ba680.tar.gz |
rtpenc: Allow requesting H264 RTP packetization mode 0
This requires all NAL units to fit within single RTP packets. It
doesn't change the actual packetization for packets that fit, but
errors out and gives a helpful hint if the NAL units would have to
be split, and signals the right packetization mode in the SDP.
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 aae0eb1d70..e1703319b6 100644 --- a/libavformat/version.h +++ b/libavformat/version.h @@ -31,7 +31,7 @@ #define LIBAVFORMAT_VERSION_MAJOR 54 #define LIBAVFORMAT_VERSION_MINOR 4 -#define LIBAVFORMAT_VERSION_MICRO 0 +#define LIBAVFORMAT_VERSION_MICRO 1 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ LIBAVFORMAT_VERSION_MINOR, \ |