[Ffmpeg-devel] [PATCH] Fix for a misplaced #ifdef CONFIG_MUXERS
Diego Biurrun
diego
Wed Feb 8 16:36:12 CET 2006
On Wed, Feb 08, 2006 at 10:06:54PM +0800, Colin Ward wrote:
>
> Please find attached my first ever FFMPEG patch. :-) Just a small one
> for a misplaced #ifdef CONFIG_MUXERS in libavformat/yuv4mpeg.c. The
> definition of struct frame_attributes was after an #ifdef CONFIG_MUXERS but
> then it was used outside of the #ifdef CONFIG_MUXERS, causing a compilation
> error on my project which doesn't use muxers. The attached patch fixes
> that.
Congratulations, your first FFmpeg patch has just been applied :)
Diego
More information about the ffmpeg-devel
mailing list