Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Libvdpau
Commits
9f2ccd38
Commit
9f2ccd38
authored
Mar 15, 2009
by
Aaron Plattner
Browse files
Trace VDP_VIDEO_MIXER_ATTRIBUTE_SKIP_CHROMA_DEINTERLACE
I forgot to include this change in commit
1290f7c1
.
parent
1290f7c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
trace/vdpau_trace.cpp
View file @
9f2ccd38
...
...
@@ -400,6 +400,9 @@ static void _vdp_cap_dump_video_mixer_attribute_value(
case
VDP_VIDEO_MIXER_ATTRIBUTE_LUMA_KEY_MAX_LUMA
:
fprintf
(
_vdp_cap_data
.
fp
,
"%f"
,
*
(
float
const
*
)
value
);
break
;
case
VDP_VIDEO_MIXER_ATTRIBUTE_SKIP_CHROMA_DEINTERLACE
:
fprintf
(
_vdp_cap_data
.
fp
,
"%u"
,
*
(
uint8_t
const
*
)
value
);
break
;
default:
fputs
(
"???"
,
_vdp_cap_data
.
fp
);
break
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment