On 10/15/2019 12:00 PM, Paul B Mahol wrote: > LGTM > > On 10/15/19, James Almer <[email protected]> wrote: >> Fixes ticket #8273. >> >> Signed-off-by: James Almer <[email protected]> >> --- >> libavformat/latmenc.c | 3 ++- >> 1 file changed, 2 insertions(+), 1 deletion(-) >> >> diff --git a/libavformat/latmenc.c b/libavformat/latmenc.c >> index db867ebf1a..5ae677f5da 100644 >> --- a/libavformat/latmenc.c >> +++ b/libavformat/latmenc.c >> @@ -176,7 +176,8 @@ static int latm_write_packet(AVFormatContext *s, >> AVPacket *pkt) >> if (ret < 0) >> return ret; >> memcpy(par->extradata, side_data, side_data_size); >> - } >> + } else >> + return AVERROR_INVALIDDATA; >> } >> }
Pushed, thanks. _______________________________________________ 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".
