diff options
author | John Stebbins <jstebbins@jetheaddev.com> | 2020-05-08 08:11:24 -0600 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2022-05-10 10:03:30 +0200 |
commit | 326f9fd01be8b67b2aa155f8f988d274a227e655 (patch) | |
tree | 4626fe2d8e834aa7626bc4889683241392298fdd /libavcodec/version.h | |
parent | 38238b604fb59ebaafe93dcf72e544cb33c4ac70 (diff) | |
download | ffmpeg-326f9fd01be8b67b2aa155f8f988d274a227e655.tar.gz |
lavc/pgs_frame_merge_bsf: add bsf to merge PGS segments
Required to remux m2ts to mkv
Minor changes and porting to FFBitStreamFilter done by the committer.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
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 735c8b813c..87b7284a95 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #include "version_major.h" -#define LIBAVCODEC_VERSION_MINOR 27 +#define LIBAVCODEC_VERSION_MINOR 28 #define LIBAVCODEC_VERSION_MICRO 100 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |