summaryrefslogtreecommitdiff
path: root/libavcodec/i386/dsputil_mmx_rnd_template.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-12-17 00:39:45 +0000
committerDiego Biurrun <diego@biurrun.de>2008-12-17 00:39:45 +0000
commit2600f8c86dcaa411a0485b1518e5e1592374aaf6 (patch)
treeff6a7c3608da6414615ff2fc09256b8d0cb5eccf /libavcodec/i386/dsputil_mmx_rnd_template.c
parentc9e73264aee40e297fa8b475d19bc8d0be133b3e (diff)
Remove obsolete and misleading comments.
Originally committed as revision 16178 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/i386/dsputil_mmx_rnd_template.c')
-rw-r--r--libavcodec/i386/dsputil_mmx_rnd_template.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/i386/dsputil_mmx_rnd_template.c b/libavcodec/i386/dsputil_mmx_rnd_template.c
index 5ef06da285..45ed59088e 100644
--- a/libavcodec/i386/dsputil_mmx_rnd_template.c
+++ b/libavcodec/i386/dsputil_mmx_rnd_template.c
@@ -24,10 +24,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. */
-
// put_pixels
static void DEF(put, pixels8_x2)(uint8_t *block, const uint8_t *pixels, int line_size, int h)
{