diff options
| author | ameerj <52414509+ameerj@users.noreply.github.com> | 2021-08-10 22:12:45 -0400 |
|---|---|---|
| committer | ameerj <52414509+ameerj@users.noreply.github.com> | 2021-08-16 14:40:53 -0400 |
| commit | bc3efb79cc11a98005a9c036d9474fbf9cb7042f (patch) | |
| tree | 701ac4021fc689253cb71e1c5ec66a5a8b55f469 /src/video_core/command_classes/codecs/codec.h | |
| parent | 92bc51b66ab687072488b3ff33a2a090290da49e (diff) | |
codec: Fallback to CPU decoding if no compatible GPU format is found
Diffstat (limited to 'src/video_core/command_classes/codecs/codec.h')
| -rw-r--r-- | src/video_core/command_classes/codecs/codec.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/command_classes/codecs/codec.h b/src/video_core/command_classes/codecs/codec.h index abfe59221..f51ab9df0 100644 --- a/src/video_core/command_classes/codecs/codec.h +++ b/src/video_core/command_classes/codecs/codec.h @@ -60,7 +60,6 @@ private: bool CreateGpuAvDevice(); bool initialized{}; - bool using_gpu_decode{}; NvdecCommon::VideoCodec current_codec{NvdecCommon::VideoCodec::None}; AVCodec* av_codec{nullptr}; |
