[FFmpeg-devel] [PATCH v5 2/5] lavc/avs3: add AVS3 related definitions
hwren
hwrenx at 126.com
Thu Aug 20 08:23:14 EEST 2020
At 2020-08-19 20:56:27, "Nicolas George" <george at nsup.org> wrote:
>hwrenx at 126.com (12020-08-19):
>> From: hwren <hwrenx at 126.com>
>>
>> Signed-off-by: hwren <hwrenx at 126.com>
>> ---
>> libavcodec/Makefile | 2 +
>> libavcodec/avs3.c | 95 +++++++++++++++++++++++++++++++++++++++++++++
>> libavcodec/avs3.h | 52 +++++++++++++++++++++++++
>> 3 files changed, 149 insertions(+)
>> create mode 100644 libavcodec/avs3.c
>> create mode 100644 libavcodec/avs3.h
>
>Except ff_avs3_frame_rate_tab, all these tables are only used in the
>decoder. Is there a reason you want them in a separate header?
Considering that the other tables are also declared in AVS3, and they may get
reused by other coming encoders or decoders, so I put them together with the
ff_avs3_frame_rate_tab in avs3.h.
Thanks.
Huiwen Ren
>
>Regards,
>
>--
> Nicolas George
More information about the ffmpeg-devel
mailing list