@@ -25,6 +25,7 @@ bool AVS_Video::LibAV::load_libav_dlibs() {
2525 LOAD_FUNC (AVS_Video::LibAV, libavformat, av, read_frame);
2626 LOAD_FUNC (AVS_Video::LibAV, libavformat, av, seek_frame);
2727 LOAD_FUNC (AVS_Video::LibAV, libavutil, av, frame_unref);
28+ LOAD_FUNC (AVS_Video::LibAV, libavutil, av, strerror);
2829 LOAD_FUNC (AVS_Video::LibAV, libavcodec, avcodec, find_decoder);
2930 LOAD_FUNC (AVS_Video::LibAV, libavcodec, avcodec, alloc_context3);
3031 LOAD_FUNC (AVS_Video::LibAV, libavcodec, avcodec, parameters_to_context);
@@ -55,6 +56,7 @@ DEFINE_FUNC(AVS_Video::LibAV, av, packet_unref);
5556DEFINE_FUNC (AVS_Video::LibAV, av, read_frame);
5657DEFINE_FUNC (AVS_Video::LibAV, av, seek_frame);
5758DEFINE_FUNC (AVS_Video::LibAV, av, frame_unref);
59+ DEFINE_FUNC (AVS_Video::LibAV, av, strerror);
5860DEFINE_FUNC (AVS_Video::LibAV, avcodec, find_decoder);
5961DEFINE_FUNC (AVS_Video::LibAV, avcodec, alloc_context3);
6062DEFINE_FUNC (AVS_Video::LibAV, avcodec, parameters_to_context);
0 commit comments