@@ -0,0 +1,8 @@
+#ifndef AVCODEC_H
+#define AVCODEC_H
+
+typedef struct AVCodec AVCodec;
+typedef struct AVCodecContext AVCodecContext;
+typedef struct AVFrame AVFrame;
+#endif /* AVCODEC_H */
@@ -0,0 +1,6 @@
+#ifndef AVFORMAT_H
+#define AVFORMAT_H
+typedef struct AVFormat AVFormat;
+typedef struct AVFormatContext AVFormatContext;
+#endif /* AVFORMAT_H */