[Ffmpeg-cvslog] CVS: ffmpeg/libavformat yuv4mpeg.c,1.30,1.31
Diego Biurrun CVS
diego
Wed Feb 8 16:39:15 CET 2006
Update of /cvsroot/ffmpeg/ffmpeg/libavformat
In directory mail:/var2/tmp/cvs-serv6219/libavformat
Modified Files:
yuv4mpeg.c
Log Message:
Move CONIG_MUXERS below struct frame_attributes, it's not muxer-specific.
patch by Colin Ward, hitman*at*codehq*dot*org
Index: yuv4mpeg.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavformat/yuv4mpeg.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- yuv4mpeg.c 8 Feb 2006 11:54:05 -0000 1.30
+++ yuv4mpeg.c 8 Feb 2006 15:39:12 -0000 1.31
@@ -22,13 +22,13 @@
#define Y4M_FRAME_MAGIC "FRAME"
#define Y4M_LINE_MAX 256
-#ifdef CONFIG_MUXERS
-
struct frame_attributes {
int interlaced_frame;
int top_field_first;
};
+#ifdef CONFIG_MUXERS
+
static int yuv4_generate_header(AVFormatContext *s, char* buf)
{
AVStream *st;
More information about the ffmpeg-cvslog
mailing list