Skip to content

Commit

Permalink
debug: fix codec debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
gschintgen authored and cgutman committed Apr 13, 2024
1 parent 25d8e2b commit d2f6a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit d2f6a3a

Please sign in to comment.