[FFmpeg-soc] [soc]: r454 - dirac/dirac.c

marco subversion at mplayerhq.hu
Tue Jul 17 17:39:15 CEST 2007


Author: marco
Date: Tue Jul 17 17:39:14 2007
New Revision: 454

Log:
Double checked the spec, this comment can be removed.


Modified:
   dirac/dirac.c

Modified: dirac/dirac.c
==============================================================================
--- dirac/dirac.c	(original)
+++ dirac/dirac.c	Tue Jul 17 17:39:14 2007
@@ -553,7 +553,6 @@ static void arith_init (AVCodecContext *
     int i;
 
     align_get_bits(gb);
-    /* XXX: Double check this with the spec!  */
     arith_bits_left = 8 * length - 16;
     arith_low = 0;
     arith_range = 0x10000;
@@ -840,8 +839,7 @@ static int zero_neighbourhood(AVCodecCon
         return 0;
     else if  (h > 0 && data[x + y * s->padded_width - 1])
         return 0;
-    /* XXX: The behavior above is used in the standard, but seems a
-       bit broken to me.  Either I am wrong or I am, double check!  */
+
     return 1;
 }
 



More information about the FFmpeg-soc mailing list