On Thu, 28 Oct 2021 20:50:05 +0800 Steven Liu <[email protected]> wrote:
ping for review or apply :) > > > > 2021??10??28?? ????2:32??Lingjiang Fang <[email protected]> > > ?????? > > > > keep align with movenc, or it seems a little weired when debug > > --- > > libavformat/flvenc.c | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/libavformat/flvenc.c b/libavformat/flvenc.c > > index 3f24c7e192..f4798dc9a6 100644 > > --- a/libavformat/flvenc.c > > +++ b/libavformat/flvenc.c > > @@ -767,6 +767,8 @@ static int flv_write_header(AVFormatContext *s) > > flv_write_codec_header(s, s->streams[i]->codecpar, 0); > > } > > > > + avio_flush(pb); > > + > > flv->datastart_offset = avio_tell(pb); > > return 0; > > } > > -- > > 2.29.2 > > > > _______________________________________________ > > ffmpeg-devel mailing list > > [email protected] > > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > > > To unsubscribe, visit link above, or email > > [email protected] with subject "unsubscribe". > > > > LGTM > > Thanks > > Steven Liu > > _______________________________________________ > ffmpeg-devel mailing list > [email protected] > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > To unsubscribe, visit link above, or email > [email protected] with subject "unsubscribe". Regards, Lingjiang Fang _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
