mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
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
This commit is contained in:
parent
3845b56dd1
commit
72fbc5092a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user