At 2020-08-19 20:56:27, "Nicolas George" <geo...@nsup.org> wrote:
>hwr...@126.com (12020-08-19):
>> From: hwren <hwr...@126.com>
>> 
>> Signed-off-by: hwren <hwr...@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


_______________________________________________
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".

Reply via email to