]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/pnm.h
Fix a typo in the documentation.
[ffmpeg] / libavcodec / pnm.h
index fa5e55e69d2b0d52adb32f90f64cf63c2a22f7aa..ef0cd8676e28c9da8f1089aa0d498b66843d99c2 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * PNM image format
- * Copyright (c) 2002, 2003 Fabrice Bellard.
+ * Copyright (c) 2002, 2003 Fabrice Bellard
  *
  * This file is part of FFmpeg.
  *
@@ -19,8 +19,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef PNM_H
-#define PNM_H
+#ifndef AVCODEC_PNM_H
+#define AVCODEC_PNM_H
 
 #include "avcodec.h"
 
@@ -34,4 +34,4 @@ typedef struct PNMContext {
 
 int ff_pnm_decode_header(AVCodecContext *avctx, PNMContext * const s);
 
-#endif /* PNM_H */
+#endif /* AVCODEC_PNM_H */