> 2023年5月4日 16:49,Hao Chen <chen...@loongson.cn> 写道:
> diff --git a/libavcodec/loongarch/h264chroma_loongarch.h > b/libavcodec/loongarch/h264chroma_loongarch.h > new file mode 100644 > index 0000000000..26a7155389 > --- /dev/null > +++ b/libavcodec/loongarch/h264chroma_loongarch.h > @@ -0,0 +1,43 @@ > +/* > + * Copyright (c) 2023 Loongson Technology Corporation Limited > + * Contributed by Shiyou Yin <yinshiyou...@loongson.cn > <mailto:yinshiyou...@loongson.cn>> > + * > + * This file is part of FFmpeg. > + * > + * FFmpeg is free software; you can redistribute it and/or > + * modify it under the terms of the GNU Lesser General Public > + * License as published by the Free Software Foundation; either > + * version 2.1 of the License, or (at your option) any later version. > + * > + * FFmpeg is distributed in the hope that it will be useful, > + * but WITHOUT ANY WARRANTY; without even the implied warranty of > + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU > + * Lesser General Public License for more details. > + * > + * You should have received a copy of the GNU Lesser General Public > + * License along with FFmpeg; if not, write to the Free Software > + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 > USA > + */ > + > +#ifndef AVCODEC_LOONGARCH_H264CHROMA_LOONGARCH_H > +#define AVCODEC_LOONGARCH_H264CHROMA_LOONGARCH_H > + > +#include <stdint.h> > +#include <stddef.h> > +#include "libavcodec/h264.h" > + stdint.h and stddef.h is not necessary. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".