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
1290f7c1
Commit
1290f7c1
authored
Mar 05, 2009
by
Aaron Plattner
Browse files
Docs: Fix some VdpDecoderRender references that should have been VdpVideoMixerRender.
parent
84eda285
Changes
1
Show whitespace changes
Inline
Side-by-side
include/vdpau/vdpau.h
View file @
1290f7c1
...
...
@@ -369,11 +369,11 @@
*
* <pre>t0 b0 t1 b1 t2 b2 t3 b3 t4 b4 t5 b5 t6 b6 t7 b7 t8 b8 t9 b9</pre>
*
* The canonical usage is to call \ref Vdp
Decod
erRender once for decoded
* The canonical usage is to call \ref Vdp
VideoMix
erRender once for decoded
* field, in display order, to yield one post-processed frame for display.
*
* For each call to \ref Vdp
Decod
erRender, the field to be processed should
be
* provided as the \b video_surface_current parameter.
* For each call to \ref Vdp
VideoMix
erRender, the field to be processed should
*
be
provided as the \b video_surface_current parameter.
*
* To enable operation of advanced de-interlacing algorithms and/or
* post-processing algorithms, some past and/or future surfaces should be
...
...
@@ -390,9 +390,9 @@
* de-interlacing to require access to multiple input fields/frames. For
* example, an motion-sensitive noise-reduction algorithm.
*
* For example, when processing field t4, the \ref Vdp
DecoderRender parameters
* may contain the following values, if the application chose to
provide 3
* fields of context for both the past and future:
* For example, when processing field t4, the \ref Vdp
VideoMixerRender
*
parameters
may contain the following values, if the application chose to
*
provide 3
fields of context for both the past and future:
*
* <pre>
* current_picture_structure: VDP_VIDEO_MIXER_PICTURE_STRUCTURE_TOP_FIELD
...
...
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