lavc: Sanitize header inclusion guards

Fix typos, add missing comments, and remove stray lines.

Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
pull/151/head
Vittorio Giovara 10 years ago
parent 6064f697a3
commit f00f6d538d
  1. 2
      libavcodec/dct32.h
  2. 1
      libavcodec/hqxdsp.h
  3. 2
      libavcodec/mpegutils.h
  4. 2
      libavcodec/pngdsp.h
  5. 2
      libavcodec/twinvq.h
  6. 2
      libavcodec/wma_freqs.h

@ -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 */

@ -37,4 +37,3 @@ typedef struct HQXDSPContext {
void ff_hqxdsp_init(HQXDSPContext *c);
#endif /* AVCODEC_HQXDSP_H */

@ -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 */

@ -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 */

@ -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 */

@ -23,4 +23,4 @@
extern const uint16_t ff_wma_critical_freqs[25];
#endif /* AVCODEC_WMA_FREQS */
#endif /* AVCODEC_WMA_FREQS_H */

Loading…
Cancel
Save