avformat.h 145 B

123456
  1. #ifndef AVFORMAT_H
  2. #define AVFORMAT_H
  3. typedef struct AVFormat AVFormat;
  4. typedef struct AVFormatContext AVFormatContext;
  5. #endif /* AVFORMAT_H */