winegstreamer: Fix the spelling of a comment.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
7b63a5f446
commit
86e0a2489a
|
@ -218,7 +218,7 @@ NTSTATUS wg_transform_create(void *args)
|
|||
{
|
||||
case WG_MAJOR_TYPE_H264:
|
||||
/* Call of Duty: Black Ops 3 doesn't care about the ProcessInput/ProcessOutput
|
||||
* return values, it calls them in a specific order and and expects the decoder
|
||||
* return values, it calls them in a specific order and expects the decoder
|
||||
* transform to be able to queue its input buffers. We need to use a buffer list
|
||||
* to match its expectations.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue