[FFmpeg-devel] [PATCH 2/2] libavcodec/ac3tab: rename ff_ac3_sample_rate_tab to avpriv_ac3_sample_rate_tab so that it can be used in libavformat

Anton Khirnov anton at khirnov.net
Mon Oct 5 11:20:20 EEST 2020


Quoting Nachiket Tarate (2020-10-04 16:35:09)
> This will be used by HLS demuxer to parse EC3SpecificBox (dec3) during SAMPLE-AES decryption.
> 
> Signed-off-by: Nachiket Tarate <nachiket.tarate at outlook.com>

Since the table is so small, it seems preferable to duplicate it in
libavformat than add eat another private symbol.

Private symbols are evil and should not exist.

-- 
Anton Khirnov


More information about the ffmpeg-devel mailing list