]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h261data.h
R and B components are stored as a differences to G component in Fraps v5.
[ffmpeg] / libavcodec / h261data.h
index 9be1eeb5b229562f4b9293997ced77aa563146af..a86b6df98a18855c8976da08542e8b34384c094c 100644 (file)
  * H.261 tables.
  */
 
+#ifndef FFMPEG_H261DATA_H
+#define FFMPEG_H261DATA_H
+
+#include <stdint.h>
+#include "h261.h"
+
 // H.261 VLC table for macroblock addressing
 static const uint8_t h261_mba_code[35] = {
      1,  3,  2,  3,
@@ -154,3 +160,5 @@ static RLTable h261_rl_tcoeff = {
     h261_tcoeff_run,
     h261_tcoeff_level,
 };
+
+#endif /* FFMPEG_H261DATA_H */