summaryrefslogtreecommitdiff
path: root/libavcodec/dv.c
diff options
context:
space:
mode:
authorRoman Shaposhnik <roman@shaposhnik.org>2006-02-27 05:04:05 +0000
committerRoman Shaposhnik <roman@shaposhnik.org>2006-02-27 05:04:05 +0000
commite5867e4d50b76b4ca9b79e7e715a100a9bcbf0e8 (patch)
tree1dc43e32f467d26053c8a52ff1b88bb852af309e /libavcodec/dv.c
parent2e52b44e50aabd92f584a23d240e9451e8d2f6da (diff)
Not that we're that far from being an *initial* implementation, but
at least weighting got implemented thanks to Dan. ;-) Originally committed as revision 5071 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/dv.c')
-rw-r--r--libavcodec/dv.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/libavcodec/dv.c b/libavcodec/dv.c
index 824679f6dd..9c315705bc 100644
--- a/libavcodec/dv.c
+++ b/libavcodec/dv.c
@@ -805,11 +805,6 @@ static inline void dv_guess_qnos(EncBlockInfo* blks, int* qnos)
}
}
-/*
- * 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)