]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h261.h
R and B components are stored as a differences to G component in Fraps v5.
[ffmpeg] / libavcodec / h261.h
index 1d4fc848a07ecf09fcbeecbc07c52354a73bc17b..f0ce7c366a777a3d2e559fe76c346c7792c1f4e8 100644 (file)
@@ -25,6 +25,9 @@
  * h261codec.
  */
 
+#ifndef FFMPEG_H261_H
+#define FFMPEG_H261_H
+
 #include "mpegvideo.h"
 
 /**
@@ -44,3 +47,5 @@ typedef struct H261Context{
 }H261Context;
 
 #define MB_TYPE_H261_FIL 0x800000
+
+#endif /* FFMPEG_H261_H */