[FFmpeg-soc] [soc]: r844 - dirac/libavcodec/dirac.c
marco
subversion at mplayerhq.hu
Thu Aug 16 12:50:56 CEST 2007
Author: marco
Date: Thu Aug 16 12:50:56 2007
New Revision: 844
Log:
change the datatype of the dc values to 16 bits
Modified:
dirac/libavcodec/dirac.c
Modified: dirac/libavcodec/dirac.c
==============================================================================
--- dirac/libavcodec/dirac.c (original)
+++ dirac/libavcodec/dirac.c Thu Aug 16 12:50:56 2007
@@ -216,7 +216,7 @@ struct dirac_blockmotion {
uint8_t use_ref[2];
uint8_t use_global;
vect_t vect[2];
- int8_t dc[3];
+ int16_t dc[3];
};
/* XXX */
More information about the FFmpeg-soc
mailing list