[xiph-commits] r15735 - branches/theora-thusnelda/lib/dec

tterribe at svn.xiph.org tterribe at svn.xiph.org
Mon Mar 2 18:43:36 PST 2009


Author: tterribe
Date: 2009-03-02 18:43:35 -0800 (Mon, 02 Mar 2009)
New Revision: 15735

Modified:
   branches/theora-thusnelda/lib/dec/state.c
Log:
Fix compile error.


Modified: branches/theora-thusnelda/lib/dec/state.c
===================================================================
--- branches/theora-thusnelda/lib/dec/state.c	2009-03-03 01:26:24 UTC (rev 15734)
+++ branches/theora-thusnelda/lib/dec/state.c	2009-03-03 02:43:35 UTC (rev 15735)
@@ -817,10 +817,10 @@
   int mx2;
   int my2;
   int offs;
-  qpy=!(_state->info.pixel_format&2)&&_pli;
+  qpy=!(_state->info.pixel_fmt&2)&&_pli;
   my=OC_MVMAP[qpy][_dy+31];
   my2=OC_MVMAP2[qpy][_dy+31];
-  qpx=!(_state->info.pixel_format&1)&&_pli;
+  qpx=!(_state->info.pixel_fmt&1)&&_pli;
   mx=OC_MVMAP[qpx][_dx+31];
   mx2=OC_MVMAP2[qpx][_dx+31];
   offs=my*_ystride+mx;



More information about the commits mailing list