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 _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
