diff options
author | Michael Kostylev <michael.kostylev@gmail.com> | 2010-05-13 10:02:04 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2010-05-13 10:02:04 +0000 |
commit | 56b37cd1c7f3b5e5a3ece043c7ffccf70874cfb1 (patch) | |
tree | 8e3654d319158094713616110c80c39bd276a366 /libavcodec/tableprint.h | |
parent | 09ed11e58c9f2f88c0eed39f0e9ac5f73d0f84a6 (diff) | |
download | ffmpeg-56b37cd1c7f3b5e5a3ece043c7ffccf70874cfb1.tar.gz |
Support writing 2d float arrays.
Patch by Michael Kostylev, michael D kostylev A gmail
Originally committed as revision 23105 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/tableprint.h')
-rw-r--r-- | libavcodec/tableprint.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/tableprint.h b/libavcodec/tableprint.h index d81af97e95..76ab8028b5 100644 --- a/libavcodec/tableprint.h +++ b/libavcodec/tableprint.h @@ -66,6 +66,7 @@ void write_float_array (const float *, int); void write_int8_2d_array (const void *, int, int); void write_uint8_2d_array (const void *, int, int); void write_uint32_2d_array(const void *, int, int); +void write_float_2d_array (const void *, int, int); /** \} */ // end of printfuncs group /** Write a standard file header */ |