winegstreamer/video_decoder: Make output_plane_align specific to h264.
commit08478473b720e02a403a15b44462b15ebda0e40b
authorZiqing Hui <zhui@codeweavers.com>
Wed, 8 May 2024 03:15:23 +0000 (8 11:15 +0800)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 8 May 2024 18:41:15 +0000 (8 20:41 +0200)
treed9b34df2cb86caaf255afef4651c2e2ecc49dfec
parent067d4f047247b39a5866c1d7b22b5f16b5187d5b
winegstreamer/video_decoder: Make output_plane_align specific to h264.

If we set output align to wmv decoder, it will fail at copy_video_buffer().
The output size will larger than the sample we provided due to alignment.
dlls/winegstreamer/video_decoder.c