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