[FFmpeg-devel] [PATCH 2/2] flvenc: Fix sequence header update timestamps

Alex Converse alex.converse at gmail.com
Wed May 30 08:28:28 EEST 2018


On Sun, May 13, 2018 at 3:24 AM, Michael Niedermayer
<michael at niedermayer.cc> wrote:
> On Thu, May 10, 2018 at 06:40:08PM -0700, Alex Converse wrote:
>> From: Alex Converse <alexconv at twitch.tv>
>>
>> ---
>>  libavformat/flvenc.c | 9 ++++-----
>>  1 file changed, 4 insertions(+), 5 deletions(-)
>>
>> diff --git a/libavformat/flvenc.c b/libavformat/flvenc.c
>> index 9b7cdfe7db..7aa2dbf9a6 100644
>> --- a/libavformat/flvenc.c
>> +++ b/libavformat/flvenc.c
>> @@ -485,7 +485,7 @@ static int unsupported_codec(AVFormatContext *s,
>>      return AVERROR(ENOSYS);
>>  }
>>
>> -static void flv_write_codec_header(AVFormatContext* s, AVCodecParameters* par) {
>> +static void flv_write_codec_header(AVFormatContext* s, AVCodecParameters* par, unsigned ts) {
>
> It seems jeeb prefers int64_t here instead of unsigned.
> Can you change that before pushing ?
>

Pushed with requested changes.


More information about the ffmpeg-devel mailing list