Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
TalusL committed Jun 25, 2024
2 parents ee9d463 + b6e5e8e commit 4eeb4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/player/ffmpegDecode.h
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ class FFmpegDecoder {

// 硬件解码
enum AVHWDeviceType hwDecoderType;
bool isHwDecoderEnable = false;
bool isHwDecoderEnable = true;
enum AVPixelFormat hwPixFmt;
AVBufferRef *hwDeviceCtx = nullptr;
volatile bool dropCurrentVideoFrame = false;
Expand Down

0 comments on commit 4eeb4da

Please sign in to comment.