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:
Francois Gouget 2022-04-16 13:12:30 +02:00 committed by Alexandre Julliard
parent 7b63a5f446
commit 86e0a2489a
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*/