Mercurial > libavformat.hg
changeset 935:761c9467215c libavformat
Move CONIG_MUXERS below struct frame_attributes, it's not muxer-specific.
patch by Colin Ward, hitman*at*codehq*dot*org
author | diego |
---|---|
date | Wed, 08 Feb 2006 15:39:12 +0000 |
parents | 8973dbae81e8 |
children | 7eb5c18614ae |
files | yuv4mpeg.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/yuv4mpeg.c Wed Feb 08 11:54:05 2006 +0000 +++ b/yuv4mpeg.c Wed Feb 08 15:39:12 2006 +0000 @@ -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;