historical/toontown-classic.git/panda/include/parser-inc/avformat.h
2024-01-16 11:20:27 -06:00

6 lines
145 B
C

#ifndef AVFORMAT_H
#define AVFORMAT_H
typedef struct AVFormat AVFormat;
typedef struct AVFormatContext AVFormatContext;
#endif /* AVFORMAT_H */