Fix function name in avwrapper 0.9.22
authorkoda
Tue, 29 Mar 2016 16:54:41 +0200
branch0.9.22
changeset 11630 11f6a4c316a1
parent 11622 02657dddb5d8
child 12366 744e51920a04
Fix function name in avwrapper
hedgewars/avwrapper/avwrapper.c
--- a/hedgewars/avwrapper/avwrapper.c	Fri Mar 25 11:27:53 2016 -0400
+++ b/hedgewars/avwrapper/avwrapper.c	Tue Mar 29 16:54:41 2016 +0200
@@ -65,7 +65,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