[Ffmpeg-cvslog] [ffmpeg]: r5411 - /trunk/libavcodec/mpegvideo.h
bcoudurier at ffmpeg.org
bcoudurier
Fri May 26 17:44:29 CEST 2006
Author: bcoudurier
Date: Fri May 26 17:44:29 2006
New Revision: 5411
Log:
fix mbd bits bug, finally
Modified:
trunk/libavcodec/mpegvideo.h
Modified: trunk/libavcodec/mpegvideo.h
==============================================================================
--- trunk/libavcodec/mpegvideo.h (original)
+++ trunk/libavcodec/mpegvideo.h Fri May 26 17:44:29 2006
@@ -699,7 +699,7 @@
short * pblocks[12];
DCTELEM (*block)[64]; ///< points to one of the following blocks
- DCTELEM (*blocks)[6][64]; // for HQ mode we need to keep the best block
+ DCTELEM (*blocks)[8][64]; // for HQ mode we need to keep the best block
int (*decode_mb)(struct MpegEncContext *s, DCTELEM block[6][64]); // used by some codecs to avoid a switch()
#define SLICE_OK 0
#define SLICE_ERROR -1
More information about the ffmpeg-cvslog
mailing list