Browse Source

avutil: fix compilation

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.0
Michael Niedermayer 12 years ago
parent
commit
eaa5882e71
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavutil/opt.c

+ 1
- 0
libavutil/opt.c View File

@@ -1361,6 +1361,7 @@ typedef struct TestContext
char *string; char *string;
int flags; int flags;
AVRational rational; AVRational rational;
AVRational video_rate;
int w, h; int w, h;
enum AVPixelFormat pix_fmt; enum AVPixelFormat pix_fmt;
enum AVSampleFormat sample_fmt; enum AVSampleFormat sample_fmt;


Loading…
Cancel
Save