[FFmpeg-devel] [PATCH 04/10] avcodec/evc_parse: split off Parameter Set parsing into its own file
James Almer
jamrial at gmail.com
Tue Jun 20 14:37:42 EEST 2023
On 6/20/2023 4:37 AM, Dawid Kozinski/Multimedia (PLT) /SRPOL/Staff
Engineer/Samsung Electronics wrote:
> Why have you split off the parameter set parsing into its own file? Just
> asking what's the reason.
I copied the design from h264. Smaller source files are better than
monolith ones. And an eventual native decoder will benefit from this
being already in place.
More information about the ffmpeg-devel
mailing list