diff tableprint.c @ 11714:8ad2b8f20e6a libavcodec

Support writing 2d float arrays. Patch by Michael Kostylev, michael D kostylev A gmail
author michael
date Thu, 13 May 2010 10:02:04 +0000
parents e03e3df6fb7d
children 59f399926c12
line wrap: on
line diff
--- a/tableprint.c	Wed May 12 22:38:05 2010 +0000
+++ b/tableprint.c	Thu May 13 10:02:04 2010 +0000
@@ -33,6 +33,7 @@
 WRITE_2D_FUNC(int8,   int8_t)
 WRITE_2D_FUNC(uint8,  uint8_t)
 WRITE_2D_FUNC(uint32, uint32_t)
+WRITE_2D_FUNC(float,  float)
 
 void write_fileheader(void) {
     printf("/* This file was generated by libavcodec/tableprint */\n");