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
341c7e49
Commit
341c7e49
authored
Jan 28, 2010
by
Stephen Warren
Committed by
Aaron Plattner
Jan 28, 2010
Browse files
trace: Fix a picture info bracket mismatch.
Signed-off-by:
Aaron Plattner
<
aplattner@nvidia.com
>
parent
f3bbd295
Changes
1
Hide whitespace changes
Inline
Side-by-side
trace/vdpau_trace.cpp
View file @
341c7e49
...
...
@@ -397,7 +397,7 @@ static void _vdp_cap_dump_picture_info(
(
uint32_t
)
rf
->
frame_idx
);
}
fputs
(
"}"
,
_vdp_cap_data
.
fp
);
fputs
(
"}
}
"
,
_vdp_cap_data
.
fp
);
}
break
;
case
VDP_DECODER_PROFILE_VC1_SIMPLE
:
...
...
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