[FFmpeg-soc] [soc]: r3852 - dirac/libavcodec/diracdec.c
conrad
subversion at mplayerhq.hu
Wed Dec 3 22:28:56 CET 2008
Author: conrad
Date: Wed Dec 3 22:28:56 2008
New Revision: 3852
Log:
Add note that gmc isn't really supported yet
Modified:
dirac/libavcodec/diracdec.c
Modified: dirac/libavcodec/diracdec.c
==============================================================================
--- dirac/libavcodec/diracdec.c (original)
+++ dirac/libavcodec/diracdec.c Wed Dec 3 22:28:56 2008
@@ -296,6 +296,7 @@ static int dirac_unpack_prediction_param
s->globalmc_flag = get_bits1(gb);
if (s->globalmc_flag) {
int ref;
+ av_log(s->avctx, AV_LOG_WARNING, "GMC not fully supported\n");
for (ref = 0; ref < s->refs; ref++) {
memset(&s->globalmc, 0, sizeof(s->globalmc));
More information about the FFmpeg-soc
mailing list