diff tableprint.c @ 10581:2980d9efc542 libavcodec

Add support for hardcoding the motionpixels rgb to yuv table.
author reimar
date Thu, 26 Nov 2009 21:20:28 +0000
parents e37d143be97e
children 3d011a01a6a0
line wrap: on
line diff
--- a/tableprint.c	Thu Nov 26 21:15:06 2009 +0000
+++ b/tableprint.c	Thu Nov 26 21:20:28 2009 +0000
@@ -52,6 +52,7 @@
     }\
 }
 
+WRITE_2D_FUNC(int8,   int8_t)
 WRITE_2D_FUNC(uint32, uint32_t)
 
 int main(int argc, char *argv[])