changeset 3150:c4b6411b4b53 libavcodec

Not that we're that far from being an *initial* implementation, but at least weighting got implemented thanks to Dan. ;-)
author romansh
date Mon, 27 Feb 2006 05:04:05 +0000
parents 2679184e8be0
children 27e1b9632715
files dv.c
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/dv.c	Mon Feb 27 04:50:06 2006 +0000
+++ b/dv.c	Mon Feb 27 05:04:05 2006 +0000
@@ -805,11 +805,6 @@
     }
 }
 
-/*
- * This is a very rough initial implementaion. The performance is
- * horrible and the weighting is missing. But it's missing from the
- * decoding step also -- so at least we're on the same page with decoder ;-)
- */
 static inline void dv_encode_video_segment(DVVideoContext *s,
                                            uint8_t *dif,
                                            const uint16_t *mb_pos_ptr)