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

9 lines
171 B
C
Raw Normal View History

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