# HG changeset patch # User koda # Date 1458918158 14400 # Node ID 3ff4c021a24a3fb57bc1d221700e3dd60b92da09 # Parent 06ecd48e65ef4aef06c86a615dd775359fc79a14 Use the correct replacement diff -r 06ecd48e65ef -r 3ff4c021a24a hedgewars/avwrapper/avwrapper.c --- a/hedgewars/avwrapper/avwrapper.c Mon Nov 16 18:28:10 2015 +0100 +++ b/hedgewars/avwrapper/avwrapper.c Fri Mar 25 11:02:38 2016 -0400 @@ -65,7 +65,7 @@ #if LIBAVCODEC_VERSION_MAJOR < 56 #define av_frame_alloc avcodec_alloc_frame -#define av_frame_free av_freep +#define av_frame_free avcodec_free_frame #define av_packet_rescale_ts rescale_ts static void rescale_ts(AVPacket *pkt, AVRational ctb, AVRational stb)