Don't need to set ctx to null. fre_context does it for us

This commit is contained in:
Isaac Connor 2021-02-07 20:46:24 -05:00
parent 061140958c
commit b75d2f6164
1 changed files with 0 additions and 2 deletions

View File

@ -612,8 +612,6 @@ VideoStore::~VideoStore() {
Debug(4, "Freeing video_out_ctx");
avcodec_free_context(&video_out_ctx);
Debug(1, "Success freeing video_out_ctx %p", video_out_codec);
video_out_codec = nullptr;
} // end if video_out_stream
if ( audio_out_stream ) {