aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/version.h
diff options
context:
space:
mode:
authorUbaldo Porcheddu <ubaldo@eja.it>2021-05-18 13:56:00 +0200
committerMarton Balint <cus@passwd.hu>2021-05-20 23:07:46 +0200
commit36b16a30dbb14ce2e42a54c3dae54b40b51a3f87 (patch)
tree0a97220624f0ff77dbc16117b1ea82fb90b63afa /libavformat/version.h
parentf597041d57bae314977705dca7d83c819bde6651 (diff)
downloadffmpeg-36b16a30dbb14ce2e42a54c3dae54b40b51a3f87.tar.gz
avformat/mpegtsenc: add NIT support
With some minor changes by Marton Balint: - removed trailing whitespace - fixed network_descriptors_length - fixed reserved_future_use flag in the start of the section - removed unused program variable - emit first NIT after PAT - some other cosmetics Signed-off-by: Ubaldo Porcheddu <ubaldo@eja.it> Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'libavformat/version.h')
-rw-r--r--libavformat/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/version.h b/libavformat/version.h
index cb9f5d33dc..5de0814316 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -33,7 +33,7 @@
// Also please add any ticket numbers that you believe might be affected here
#define LIBAVFORMAT_VERSION_MAJOR 59
#define LIBAVFORMAT_VERSION_MINOR 2
-#define LIBAVFORMAT_VERSION_MICRO 100
+#define LIBAVFORMAT_VERSION_MICRO 101
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
LIBAVFORMAT_VERSION_MINOR, \