Fix function name in avwrapper
authorkoda
Tue, 29 Mar 2016 16:54:07 +0200
changeset 11629 c2e6df2cfac7
parent 11628 a9ad5b6fc7f7
child 11631 b3db79b56f28
Fix function name in avwrapper
hedgewars/avwrapper/avwrapper.c
--- a/hedgewars/avwrapper/avwrapper.c	Tue Mar 29 09:04:53 2016 -0400
+++ b/hedgewars/avwrapper/avwrapper.c	Tue Mar 29 16:54:07 2016 +0200
@@ -69,7 +69,7 @@
 
 #if LIBAVCODEC_VERSION_MAJOR < 56
 #if LIBAVCODEC_VERSION_MAJOR < 55
-#define av_frame_free                       avfreep
+#define av_frame_free                       av_freep
 #else
 #define av_frame_free                       avcodec_free_frame
 #endif