Browse Source

avformat/avidec: cleanup include

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.7
zhaoxiu.zeng Michael Niedermayer 11 years ago
parent
commit
213ddcb029
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/avidec.c

+ 1
- 1
libavformat/avidec.c View File

@@ -33,11 +33,11 @@
#include "avi.h"
#include "dv.h"
#include "internal.h"
#include "isom.h"
#include "riff.h"
#include "libavcodec/bytestream.h"
#include "libavcodec/exif.h"
#include "libavcodec/internal.h"
#include "libavformat/isom.h"

typedef struct AVIStream {
int64_t frame_offset; /* current frame (video) or byte (audio) counter


Loading…
Cancel
Save