Skip to content

Commit

Permalink
Added release of gpu resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Keukhan committed Nov 10, 2024
1 parent b569805 commit bf986f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/projects/transcoder/transcoder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ bool Transcoder::Start()
bool Transcoder::Stop()
{
logtd("Transcoder has been stopped");

TranscodeGPU::GetInstance()->Uninitialize();

return true;
}

Expand Down

0 comments on commit bf986f8

Please sign in to comment.