mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-10-10 01:46:45 +08:00
rename CONFIG_AC3 to CONFIG_A52
it's more consistent and Dolby never liked people "infringing" their TM Originally committed as revision 7014 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -469,7 +469,7 @@ void avcodec_register_all(void)
|
||||
#ifdef CONFIG_SONIC_DECODER
|
||||
register_avcodec(&sonic_decoder);
|
||||
#endif //CONFIG_SONIC_DECODER
|
||||
#ifdef CONFIG_AC3
|
||||
#ifdef CONFIG_A52
|
||||
#ifdef CONFIG_AC3_DECODER
|
||||
register_avcodec(&ac3_decoder);
|
||||
#endif //CONFIG_AC3_DECODER
|
||||
|
Reference in New Issue
Block a user