]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/ogg/theora/theora.factor
change back other char/uchar* parameters that don't look like actual string types
[factor.git] / extra / ogg / theora / theora.factor
index 3e281292529ada4a3408d474856914180e28de0e..eb79613496a0490080d0471a9d188e1c16908387 100644 (file)
@@ -53,7 +53,7 @@ STRUCT: th-img-plane
     { width int }
     { height int }
     { stride int }
-    { data c-string }
+    { data uchar* }
 ;
 
 TYPEDEF: th-img-plane[3] th-ycbcr-buffer