Mercurial > libavcodec.hg
changeset 3312:458b6162fa22 libavcodec
fix mbd bits bug, finally
author | bcoudurier |
---|---|
date | Fri, 26 May 2006 15:44:29 +0000 |
parents | 91811825348e |
children | be941215e8e6 |
files | mpegvideo.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mpegvideo.h Fri May 26 15:37:11 2006 +0000 +++ b/mpegvideo.h Fri May 26 15:44:29 2006 +0000 @@ -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