]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h261data.h
Simplify l1mv/l1ref calculation.
[ffmpeg] / libavcodec / h261data.h
index 1831c894acb80d9f557f0137046002af2128b963..a86b6df98a18855c8976da08542e8b34384c094c 100644 (file)
@@ -24,8 +24,8 @@
  * H.261 tables.
  */
 
-#ifndef AVCODEC_H261DATA_H
-#define AVCODEC_H261DATA_H
+#ifndef FFMPEG_H261DATA_H
+#define FFMPEG_H261DATA_H
 
 #include <stdint.h>
 #include "h261.h"
@@ -161,4 +161,4 @@ static RLTable h261_rl_tcoeff = {
     h261_tcoeff_level,
 };
 
-#endif
+#endif /* FFMPEG_H261DATA_H */