diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-12-17 00:39:45 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-12-17 00:39:45 +0000 |
commit | 2600f8c86dcaa411a0485b1518e5e1592374aaf6 (patch) | |
tree | ff6a7c3608da6414615ff2fc09256b8d0cb5eccf /libavcodec/armv4l/dsputil_iwmmxt_rnd_template.c | |
parent | c9e73264aee40e297fa8b475d19bc8d0be133b3e (diff) | |
download | ffmpeg-2600f8c86dcaa411a0485b1518e5e1592374aaf6.tar.gz |
Remove obsolete and misleading comments.
Originally committed as revision 16178 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/armv4l/dsputil_iwmmxt_rnd_template.c')
-rw-r--r-- | libavcodec/armv4l/dsputil_iwmmxt_rnd_template.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/armv4l/dsputil_iwmmxt_rnd_template.c b/libavcodec/armv4l/dsputil_iwmmxt_rnd_template.c index fddbdae12c..35a5a9b8b4 100644 --- a/libavcodec/armv4l/dsputil_iwmmxt_rnd_template.c +++ b/libavcodec/armv4l/dsputil_iwmmxt_rnd_template.c @@ -19,10 +19,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -/* This header intentionally has no multiple inclusion guards. It is meant to - * be included multiple times and generates different code depending on the - * value of certain #defines. */ - void DEF(put, pixels8)(uint8_t *block, const uint8_t *pixels, const int line_size, int h) { int stride = line_size; |