open_toontown_panda3d/dtool/src/parser-inc/avcodec.h

9 lines
171 B
C

#ifndef AVCODEC_H
#define AVCODEC_H
typedef struct AVCodec AVCodec;
typedef struct AVCodecContext AVCodecContext;
typedef struct AVFrame AVFrame;
#endif /* AVCODEC_H */