]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h261data.h
Add a note to remind people that new PCM/ADPCM formats need to be added to
[ffmpeg] / libavcodec / h261data.h
index a7074eb0c6d77e9aec6d96c9982e5b7a92fe58f7..a86b6df98a18855c8976da08542e8b34384c094c 100644 (file)
@@ -24,6 +24,9 @@
  * H.261 tables.
  */
 
+#ifndef FFMPEG_H261DATA_H
+#define FFMPEG_H261DATA_H
+
 #include <stdint.h>
 #include "h261.h"
 
@@ -157,3 +160,5 @@ static RLTable h261_rl_tcoeff = {
     h261_tcoeff_run,
     h261_tcoeff_level,
 };
+
+#endif /* FFMPEG_H261DATA_H */