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.  */
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to