[Ffmpeg-devel] [PATCH] Fix for a misplaced #ifdef CONFIG_MUXERS

Colin Ward hitman
Wed Feb 8 15:06:54 CET 2006


  Hi all.

  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.

-- 
/-------------------------------------------------------------------\
[Hitman/Code HQ - 6502/z80/68000/604e/80x86/ARM coder - Amiga rulez!]
[VZ-200/VIC-20/MZ-700/c16/c64*10/c128*8/Plus-4/CPC464/CD32/500*2    ]
[600/1000/1200*2/A4000/SNES/N64/Dreamcast/Athlon 1100/AmigaOne      ]
[Assembly Language: The most fun you can have with your clothes on! ]
\-------------------------------------------------------------------/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: yuv4mpeg.diff
Type: application/octet-stream
Size: 619 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20060208/b6fda97c/attachment.obj>



More information about the ffmpeg-devel mailing list