[FFmpeg-trac] #9634(undetermined:new): print_all_libs_info() fixed
FFmpeg
trac at avcodec.org
Wed Feb 9 16:43:01 EET 2022
#9634: print_all_libs_info() fixed
-------------------------------------+-------------------------------------
Reporter: Loken | Type: defect
Status: new | Priority: normal
Component: | Version: 4.4.1
undetermined |
Keywords: | Blocked By:
print_all_libs_info;avresample |
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Summary of the bug:
fftools/cmdutils.c
In "print_all_libs_info" function, forget to add "CONFIG_AVRESAMPLE".
#if CONFIG_AVRESAMPLE
PRINT_LIB_INFO(avresample, AVRESAMPLE, flags, level);
#endif
--
Ticket URL: <https://trac.ffmpeg.org/ticket/9634>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list