]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h261.h
Remove 2 unneeded variables from common_init() found by CSA.
[ffmpeg] / libavcodec / h261.h
index 1d4fc848a07ecf09fcbeecbc07c52354a73bc17b..43687d71e0112f2850123bf4f8e6f53bc5f4f5ec 100644 (file)
  */
 
 /**
- * @file h261.c
+ * @file libavcodec/h261.c
  * h261codec.
  */
 
+#ifndef AVCODEC_H261_H
+#define AVCODEC_H261_H
+
 #include "mpegvideo.h"
 
 /**
@@ -44,3 +47,5 @@ typedef struct H261Context{
 }H261Context;
 
 #define MB_TYPE_H261_FIL 0x800000
+
+#endif /* AVCODEC_H261_H */