From c67904336fe3f537f563b0c04f39f74dd2bd6f09 Mon Sep 17 00:00:00 2001 From: Ewald Snel Date: Tue, 23 Jul 2002 10:07:19 +0000 Subject: Fix 'pitch != width' for mpeg2 video decoder CVS patchset: 2343 CVS date: 2002/07/23 10:07:19 --- src/libmpeg2/mpeg2_internal.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/libmpeg2/mpeg2_internal.h') diff --git a/src/libmpeg2/mpeg2_internal.h b/src/libmpeg2/mpeg2_internal.h index adbd5e8fa..7449e2dd0 100644 --- a/src/libmpeg2/mpeg2_internal.h +++ b/src/libmpeg2/mpeg2_internal.h @@ -67,9 +67,8 @@ typedef struct picture_s { uint8_t * bitstream_ptr; /* buffer with stream data */ uint8_t * dest[3]; + int pitches[3]; int offset; - int stride; - int uv_stride; unsigned int limit_x; unsigned int limit_y_16; unsigned int limit_y_8; -- cgit v1.2.3