]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - libavcodec/bmp.h
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / libavcodec / bmp.h
index cf6ace84510498d999a0e18ca76513f2c4cc153c..b24a1faf00a98063613237f5ad31fe057f267c5a 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#ifndef AVCODEC_BMP_H
+#define AVCODEC_BMP_H
+
+#include "avcodec.h"
+
 typedef struct BMPContext {
     AVFrame picture;
 } BMPContext;
@@ -29,3 +34,5 @@ typedef enum {
     BMP_RLE4        =2,
     BMP_BITFIELDS   =3,
 } BiCompression;
+
+#endif /* AVCODEC_BMP_H */