comparison h264.h @ 6488:ecbe9565dcae libavcodec

typo fixes
author diego
date Wed, 12 Mar 2008 23:58:46 +0000
parents ffb2a7b80d6d
children 7d40da88f0c7
comparison
equal deleted inserted replaced
6487:8f1b27d73a07 6488:ecbe9565dcae
347 GetBitContext inter_gb; 347 GetBitContext inter_gb;
348 GetBitContext *intra_gb_ptr; 348 GetBitContext *intra_gb_ptr;
349 GetBitContext *inter_gb_ptr; 349 GetBitContext *inter_gb_ptr;
350 350
351 DECLARE_ALIGNED_16(DCTELEM, mb[16*24]); 351 DECLARE_ALIGNED_16(DCTELEM, mb[16*24]);
352 DCTELEM mb_padding[256]; ///< as mb is addressed by scantable[i] and scantable is uint8_t we can either check that i is not to large or ensure that there is some unused stuff after mb 352 DCTELEM mb_padding[256]; ///< as mb is addressed by scantable[i] and scantable is uint8_t we can either check that i is not too large or ensure that there is some unused stuff after mb
353 353
354 /** 354 /**
355 * Cabac 355 * Cabac
356 */ 356 */
357 CABACContext cabac; 357 CABACContext cabac;