OSDN Git Service

lavc: Sanitize header inclusion guards
authorVittorio Giovara <vittorio.giovara@gmail.com>
Thu, 10 Sep 2015 18:26:09 +0000 (20:26 +0200)
committerVittorio Giovara <vittorio.giovara@gmail.com>
Sat, 12 Sep 2015 11:39:37 +0000 (13:39 +0200)
Fix typos, add missing comments, and remove stray lines.

Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
libavcodec/dct32.h
libavcodec/hqxdsp.h
libavcodec/mpegutils.h
libavcodec/pngdsp.h
libavcodec/twinvq.h
libavcodec/wma_freqs.h

index 110338d..8bf6880 100644 (file)
@@ -22,4 +22,4 @@
 void ff_dct32_float(float *dst, const float *src);
 void ff_dct32_fixed(int *dst, const int *src);
 
-#endif
+#endif /* AVCODEC_DCT32_H */
index 163c1f8..2cd2a8e 100644 (file)
@@ -37,4 +37,3 @@ typedef struct HQXDSPContext {
 void ff_hqxdsp_init(HQXDSPContext *c);
 
 #endif /* AVCODEC_HQXDSP_H */
-
index 5c503fb..9b5a576 100644 (file)
@@ -132,4 +132,4 @@ void ff_draw_horiz_band(AVCodecContext *avctx, AVFrame *cur, AVFrame *last,
                         int y, int h, int picture_structure, int first_field,
                         int low_delay);
 
-#endif /* AVCODEC_PICTTYPE_H */
+#endif /* AVCODEC_MPEGUTILS_H */
index 98d29a8..607fe64 100644 (file)
@@ -37,4 +37,4 @@ typedef struct PNGDSPContext {
 void ff_pngdsp_init(PNGDSPContext *dsp);
 void ff_pngdsp_init_x86(PNGDSPContext *dsp);
 
-#endif /* AVCDODEC_PNGDSP_H */
+#endif /* AVCODEC_PNGDSP_H */
index 3148069..3dc0ab4 100644 (file)
@@ -200,4 +200,4 @@ int ff_twinvq_decode_frame(AVCodecContext *avctx, void *data,
 int ff_twinvq_decode_close(AVCodecContext *avctx);
 int ff_twinvq_decode_init(AVCodecContext *avctx);
 
-#endif /* AVCODEC_TWINVQ_DATA_H */
+#endif /* AVCODEC_TWINVQ_H */
index 415c83b..d40ab65 100644 (file)
@@ -23,4 +23,4 @@
 
 extern const uint16_t ff_wma_critical_freqs[25];
 
-#endif /* AVCODEC_WMA_FREQS */
+#endif /* AVCODEC_WMA_FREQS_H */