[FFmpeg-devel] [PATCH] add md5 muxer
Carl Eugen Hoyos
cehoyos
Mon May 24 12:05:03 CEST 2010
Reimar D?ffinger <Reimar.Doeffinger <at> gmx.de> writes:
> Index: libvo/vo_md5sum.c
> ===================================================================
> --- libvo/vo_md5sum.c (revision 31204)
> +++ libvo/vo_md5sum.c (working copy)
> @@ -219,6 +219,8 @@
> h = h / 2;
> for (i=0; i<h; i++) {
> av_md5_update(md5_context, planeU + i * strideU, w);
> + }
> + for (i=0; i<h; i++) {
Please apply, this would finally allow vc1 conformance tests (and other tests to
compare MPlayer and FFmpeg output).
I will do the news entry on mplayerhq if needed.
Carl Eugen
More information about the ffmpeg-devel
mailing list