historical/toontown-classic.git/panda/include/parser-inc/libavcodec/avcodec.h

9 lines
171 B
C
Raw Normal View History

2024-01-16 17:20:27 +00:00
#ifndef AVCODEC_H
#define AVCODEC_H
typedef struct AVCodec AVCodec;
typedef struct AVCodecContext AVCodecContext;
typedef struct AVFrame AVFrame;
#endif /* AVCODEC_H */