]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/libxvid_internal.h
Prevent the qdm2 code from overreading/overflowing. Fixes Coverity ID 112 run 2
[ffmpeg] / libavcodec / libxvid_internal.h
index 37df2080daa7e209e3227f022205f0347cad64b6..bce30cebf26b6f4f68161f442dc385d17a2fbd0f 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef LIBXVID_INTERNAL_H
-#define LIBXVID_INTERNAL_H
+#ifndef FFMPEG_LIBXVID_INTERNAL_H
+#define FFMPEG_LIBXVID_INTERNAL_H
 
 /**
  * @file libxvid_internal.h
- * common functions for use with the XviD wrappers
+ * common functions for use with the Xvid wrappers
  */
 
 
 int av_tempfile(char *prefix, char **filename);
 
-#endif /* LIBXVID_INTERNAL_H */
+#endif /* FFMPEG_LIBXVID_INTERNAL_H */