From: Antonio Ospite Date: Wed, 28 Feb 2018 12:01:51 +0000 (+0100) Subject: am7xxx-play: free AVCodecContext variables with avcodec_free_context() X-Git-Tag: v0.1.7~11 X-Git-Url: https://git.ao2.it/libam7xxx.git/commitdiff_plain/6b0d2bb61bd33166b18d9504d69e25b430d2f21a?hp=6b0d2bb61bd33166b18d9504d69e25b430d2f21a;ds=sidebyside am7xxx-play: free AVCodecContext variables with avcodec_free_context() Deallocate AVCodecContext variables with avcodec_free_context() instead of av_free() this is for symmetry with the allocation functions. Adjust and update the comment to the new code. ---