提交 cdcb8d1f 编写于 作者: J jp9000

obs-ffmpeg: Fix warnings with FFmpeg 3.0.0+

Fixes warnings with deprecated function av_free_packet (which was
replaced by av_packet_unref)
上级 2fd30407
......@@ -20,3 +20,6 @@
# define av_frame_free avcodec_free_frame
#endif
#if LIBAVCODEC_VERSION_MAJOR >= 57
#define av_free_packet av_packet_unref
#endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册