Browse Source

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
tags/v0.5
Colin Ward Diego Biurrun 20 years ago
parent
commit
72fbc5092a
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libavformat/yuv4mpeg.c

+ 2
- 2
libavformat/yuv4mpeg.c View File

@@ -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…
Cancel
Save