[FFmpeg-devel] [PATCH] lavc/extract_extradata_bsf.c: add AVS2
Michael Niedermayer
michael at niedermayer.cc
Thu Aug 23 15:11:17 EEST 2018
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 <hwrenx at 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20180823/2d15961d/attachment.sig>
More information about the ffmpeg-devel
mailing list