9 lines
171 B
C
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 */
|