Commit 72fbc509 authored by Colin Ward's avatar Colin Ward Committed by Diego Biurrun

Move CONIG_MUXERS below struct frame_attributes, it's not muxer-specific.

patch by Colin Ward, hitman*at*codehq*dot*org

Originally committed as revision 4962 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 3845b56d
...@@ -22,13 +22,13 @@ ...@@ -22,13 +22,13 @@
#define Y4M_FRAME_MAGIC "FRAME" #define Y4M_FRAME_MAGIC "FRAME"
#define Y4M_LINE_MAX 256 #define Y4M_LINE_MAX 256
#ifdef CONFIG_MUXERS
struct frame_attributes { struct frame_attributes {
int interlaced_frame; int interlaced_frame;
int top_field_first; int top_field_first;
}; };
#ifdef CONFIG_MUXERS
static int yuv4_generate_header(AVFormatContext *s, char* buf) static int yuv4_generate_header(AVFormatContext *s, char* buf)
{ {
AVStream *st; AVStream *st;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment