mirror of
https://github.com/mpv-player/mpv
synced 2025-01-05 03:06:28 +01:00
af_lavcac3enc: actually enable the filter by default
The filter was changed earlier to allow building without FFmpeg internal symbols. Make it actually available by default.
This commit is contained in:
parent
2e8ef70d4f
commit
ba5f104836
@ -70,10 +70,8 @@ static af_info_t* filter_list[]={
|
||||
#endif
|
||||
&af_info_volnorm,
|
||||
&af_info_extrastereo,
|
||||
#ifdef CONFIG_LIBAVCODEC_INTERNALS
|
||||
&af_info_lavcac3enc,
|
||||
#endif
|
||||
#ifdef CONFIG_LIBAVCODEC
|
||||
&af_info_lavcac3enc,
|
||||
&af_info_lavcresample,
|
||||
#endif
|
||||
&af_info_sweep,
|
||||
|
Loading…
Reference in New Issue
Block a user