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

Reply via email to