[FFmpeg-devel] [PATCH v3 1/2] avformat/avcodec: Add DTS-UHD demuxer and parser, movenc support.

Roy Funderburk royffmpeg at funderburk.us
Tue Jun 13 20:43:25 EEST 2023



On 6/13/23 7:26 AM, Paul B Mahol wrote:
> Why we need new av_* calls, can you elaborate logic behind such approach to
> implement parser?


There is common code for dtsuhd audio frame parsing (dtsuhd_common.c) used by the libavcodec and libavformat DTS-UHD modules.  It is complex enough that we do not want to duplicate it.

If you refer to the naming of av_*, would changing the names to ff_dtsuhd_* as in libavcodec/aac_ac3_parser.c be more appropriate?

Thanks,
-Roy
 


More information about the ffmpeg-devel mailing list