From f00f6d538dcbaa122eb5e2784f41f4a299296b7b Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Thu, 10 Sep 2015 20:26:09 +0200 Subject: lavc: Sanitize header inclusion guards Fix typos, add missing comments, and remove stray lines. Signed-off-by: Vittorio Giovara --- libavcodec/mpegutils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/mpegutils.h') diff --git a/libavcodec/mpegutils.h b/libavcodec/mpegutils.h index 5c503fb600..9b5a5767b9 100644 --- a/libavcodec/mpegutils.h +++ b/libavcodec/mpegutils.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 */ -- cgit v1.2.3