On Tue, Aug 21, 2018 at 09:27:27PM -0300, James Almer wrote:
> On 8/6/2018 10:42 AM, hwren wrote:
> > Signed-off-by: hwren <hwr...@126.com>
> > ---
> >  libavcodec/extract_extradata_bsf.c | 2 ++
> >  1 file changed, 2 insertions(+)
> > 
> > diff --git a/libavcodec/extract_extradata_bsf.c 
> > b/libavcodec/extract_extradata_bsf.c
> > index 6deb663..f37427c 100644
> > --- a/libavcodec/extract_extradata_bsf.c
> > +++ b/libavcodec/extract_extradata_bsf.c
> > @@ -331,6 +331,7 @@ static const struct {
> >                     uint8_t **data, int *size);
> >  } extract_tab[] = {
> >      { AV_CODEC_ID_AV1,        extract_extradata_av1     },
> > +    { AV_CODEC_ID_AVS2,       extract_extradata_mpeg4   },
> >      { AV_CODEC_ID_CAVS,       extract_extradata_mpeg4   },
> >      { AV_CODEC_ID_H264,       extract_extradata_h2645   },
> >      { AV_CODEC_ID_HEVC,       extract_extradata_h2645   },
> > @@ -397,6 +398,7 @@ static void extract_extradata_close(AVBSFContext *ctx)
> >  
> >  static const enum AVCodecID codec_ids[] = {
> >      AV_CODEC_ID_AV1,
> > +    AV_CODEC_ID_AVS2,
> >      AV_CODEC_ID_CAVS,
> >      AV_CODEC_ID_H264,
> >      AV_CODEC_ID_HEVC,
> > 
> 
> Should be ok.

will apply

thx

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Asymptotically faster algorithms should always be preferred if you have
asymptotical amounts of data

Attachment: signature.asc
Description: PGP signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to