[FFmpeg-devel] [PATCH 1/4] libavcodec/vc2enc: Split out common functions between software and hardware encoders

Andreas Rheinhardt andreas.rheinhardt at outlook.com
Sat Mar 8 16:05:15 EET 2025


IndecisiveTurtle:
> Hello Andreas
> 
> Thank you for your feedback. I will resubmit the patch with the proper
> implementation you described.
> Could you elaborate on the array duplication comment? I don't see any other
> place it's defined
> 
> Στις Σάβ 8 Μαρ 2025 στις 3:14 μ.μ., ο/η Andreas Rheinhardt <
> andreas.rheinhardt at outlook.com> έγραψε:
> 

a) Don't top-post.
b) If you put a static array in a header, it will be included in every
file that actually uses it and therefore end up being duplicated in the
binary.

- Andreas



More information about the ffmpeg-devel mailing list