From: Antonio Ospite Date: Wed, 28 Feb 2018 12:25:07 +0000 (+0100) Subject: am7xxx-play: remove useless call to avcodec_close() in video_output_init() X-Git-Tag: v0.1.7~10 X-Git-Url: https://git.ao2.it/libam7xxx.git/commitdiff_plain/a648584dd366450bc62a820541338fa40e93069e?hp=a648584dd366450bc62a820541338fa40e93069e am7xxx-play: remove useless call to avcodec_close() in video_output_init() If the code reaches the "cleanup" exit path in video_output_init() the output codec context was never opened, so there is no need to close it. ---