[FFmpeg-soc] [soc]: r3789 - dirac/libavcodec/dirac.h

conrad subversion at mplayerhq.hu
Mon Nov 10 04:11:52 CET 2008


Author: conrad
Date: Mon Nov 10 04:11:51 2008
New Revision: 3789

Log:
Note that this can be done in 8 bits, I'm not sure about the speed difference however


Modified:
   dirac/libavcodec/dirac.h

Modified: dirac/libavcodec/dirac.h
==============================================================================
--- dirac/libavcodec/dirac.h	(original)
+++ dirac/libavcodec/dirac.h	Mon Nov 10 04:11:51 2008
@@ -248,7 +248,7 @@ typedef struct DiracContext {
     int current_blwidth;
     int current_blheight;
 
-    int *sbsplit;
+    int *sbsplit;     // XXX: int8_t
     struct dirac_blockmotion *blmotion;
 
     /** State of arithmetic decoding.  */



More information about the FFmpeg-soc mailing list