mirror of
https://github.com/thinkonmay/sunshine-sdk.git
synced 2026-01-07 11:37:46 +00:00
debug: fix codec debugging code
This commit is contained in:
parent
25d8e2b478
commit
358bb30c3c
@ -95,7 +95,7 @@ namespace video {
|
||||
from_flag(flag_e flag) {
|
||||
#define _CONVERT(x) \
|
||||
case flag_e::x: \
|
||||
std::string_view(#x)
|
||||
return std::string_view(#x)
|
||||
switch (flag) {
|
||||
_CONVERT(PASSED);
|
||||
_CONVERT(REF_FRAMES_RESTRICT);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user