[FFmpeg-devel] [PATCH 1/3] lavc/pgs_frame_merge_bsf: add bsf to merge PGS segments

James Almer jamrial at gmail.com
Fri Apr 17 04:08:48 EEST 2020


On 4/16/2020 8:06 PM, John Stebbins wrote:
> On Thu, 2020-04-16 at 15:59 -0700, John Stebbins wrote:
>> On Thu, 2020-04-16 at 16:57 -0600, John Stebbins wrote:
>>> Required to remux m2ts to mkv
>>> ---
>>>  libavcodec/Makefile              |   1 +
>>>  libavcodec/bitstream_filters.c   |   1 +
>>>  libavcodec/pgs_frame_merge_bsf.c | 164
>>> +++++++++++++++++++++++++++++++
>>>  3 files changed, 166 insertions(+)
>>>  create mode 100644 libavcodec/pgs_frame_merge_bsf.c
>>>
>>
>> Ugh!  I forgot the version bump.  Will get on that...
> 
> A question about this.  I have 2 bsf submitted for review.  Should I
> just do a separate patch that updates the minor version once.  Or do
> you require it to be bumped with each change separately?

If they will both go together, then a single bump is enough.


More information about the ffmpeg-devel mailing list