[FFmpeg-devel] [PATCH]Fix bug caused by difference in stride and picture width in libschroedingerenc and libschroedingerdec
Diego Biurrun
diego
Sat Aug 15 13:55:56 CEST 2009
On Fri, Aug 14, 2009 at 11:07:17AM +1000, Anuradha Suraparaju wrote:
>
> I've attached a new patch against revision 19636 to this email.
Will be applied in a moment, thanks.
> --- libavcodec/libschroedinger.c (revision 19636)
> +++ libavcodec/libschroedinger.c (working copy)
> @@ -78,3 +78,56 @@
> + p_frame->components[i].v_shift =
> + SCHRO_FRAME_FORMAT_V_SHIFT( p_frame->format );
> + p_frame->components[i].h_shift =
> + SCHRO_FRAME_FORMAT_H_SHIFT( p_frame->format );
ugly spaces inside ()
Diego
More information about the ffmpeg-devel
mailing list