libeplayer3/container_ffmpeg: cleanup

This commit is contained in:
martii
2013-03-09 16:40:54 +01:00
parent 8430f6f37c
commit a865a4779a

View File

@@ -1083,7 +1083,6 @@ static void FFMPEGThread(Context_t *context) {
if (avr) {
avresample_close(avr);
avresample_free(&avr);
if (decoded_frame)
avcodec_free_frame(&decoded_frame);
}
#else