diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2009-11-26 21:20:28 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2009-11-26 21:20:28 +0000 |
commit | a7c6e766387e8b3922bc710267c41163017bd316 (patch) | |
tree | 71dd9723b94b1c4686713e831e4e8daba59a4edf /libavcodec/tableprint.c | |
parent | 7c7d3abf3c64c84b2e096b0e74da4fa9a758d53d (diff) | |
download | ffmpeg-a7c6e766387e8b3922bc710267c41163017bd316.tar.gz |
Add support for hardcoding the motionpixels rgb to yuv table.
Originally committed as revision 20627 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/tableprint.c')
-rw-r--r-- | libavcodec/tableprint.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/tableprint.c b/libavcodec/tableprint.c index 87387a86a9..4f94c6a53f 100644 --- a/libavcodec/tableprint.c +++ b/libavcodec/tableprint.c @@ -52,6 +52,7 @@ void write_##name##_2d_array(const void *arg, int len, int len2)\ }\ } +WRITE_2D_FUNC(int8, int8_t) WRITE_2D_FUNC(uint32, uint32_t) int main(int argc, char *argv[]) |