[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec dv.c,1.79,1.80
Roman Shaposhnick
romansh
Mon Feb 27 06:04:07 CET 2006
Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv30325/ffmpeg/libavcodec
Modified Files:
dv.c
Log Message:
Not that we're that far from being an *initial* implementation, but
at least weighting got implemented thanks to Dan. ;-)
Index: dv.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/dv.c,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- dv.c 27 Feb 2006 04:50:05 -0000 1.79
+++ dv.c 27 Feb 2006 05:04:05 -0000 1.80
@@ -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)
More information about the ffmpeg-cvslog
mailing list