[FFmpeg-cvslog] r15462 - in trunk/libavcodec: mpegvideo.h mpegvideo_common.h
Dominik 'Rathann' Mierzejewski
dominik
Mon Sep 29 21:41:59 CEST 2008
On Monday, 29 September 2008 at 17:41, cehoyos wrote:
> Author: cehoyos
> Date: Mon Sep 29 17:41:55 2008
> New Revision: 15462
>
> Log:
> Fix a warning about an undefined function when compiling h264.c
>
> Modified:
> trunk/libavcodec/mpegvideo.h
> trunk/libavcodec/mpegvideo_common.h
>
> Modified: trunk/libavcodec/mpegvideo.h
> ==============================================================================
> --- trunk/libavcodec/mpegvideo.h (original)
> +++ trunk/libavcodec/mpegvideo.h Mon Sep 29 17:41:55 2008
> @@ -701,6 +701,7 @@ void ff_convert_matrix(DSPContext *dsp,
> const uint16_t *quant_matrix, int bias, int qmin, int qmax, int intra);
>
> void ff_init_block_index(MpegEncContext *s);
> +void copy_picture(Picture *dst, Picture *src);
Shouldn't this be ff_copy_picture, by the way?
Regards,
R.
--
MPlayer http://mplayerhq.hu | Livna http://rpm.livna.org
There should be a science of discontent. People need hard times and
oppression to develop psychic muscles.
-- from "Collected Sayings of Muad'Dib" by the Princess Irulan
More information about the ffmpeg-cvslog
mailing list