debug: fix codec debugging code
This commit is contained in:
parent
25d8e2b478
commit
358bb30c3c
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue