am7xxx-play: free AVCodecContext variables with avcodec_free_context()
authorAntonio Ospite <ao2@ao2.it>
Wed, 28 Feb 2018 12:01:51 +0000 (13:01 +0100)
committerAntonio Ospite <ao2@ao2.it>
Thu, 1 Mar 2018 14:33:27 +0000 (15:33 +0100)
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.


No differences found