Commit 240441a8 authored by Aaron Plattner's avatar Aaron Plattner
Browse files

vdpau.h typo fix: "thread_1" should have been "thread_2"

parent 48baffd9
...@@ -268,7 +268,7 @@ ...@@ -268,7 +268,7 @@
* // This would need to be more complex if * // This would need to be more complex if
* // VdpVideoMixerRender were to be provided with more * // VdpVideoMixerRender were to be provided with more
* // than one field/frame at a time. * // than one field/frame at a time.
* thread_1() { * thread_2() {
* for (;;) { * for (;;) {
* // Possibly, other rendering operations to mixer * // Possibly, other rendering operations to mixer
* // layer surfaces here. * // layer surfaces here.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment