summaryrefslogtreecommitdiff
path: root/libavcodec/flv.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/flv.h')
-rw-r--r--libavcodec/flv.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavcodec/flv.h b/libavcodec/flv.h
index 84111175c6..3d9a2d5232 100644
--- a/libavcodec/flv.h
+++ b/libavcodec/flv.h
@@ -30,5 +30,4 @@ void ff_flv2_encode_ac_esc(PutBitContext *pb, int slevel, int level, int run, in
int ff_flv_decode_picture_header(MpegEncContext *s);
void ff_flv2_decode_ac_esc(GetBitContext *gb, int *level, int *run, int *last);
-#endif
-
+#endif /* AVCODEC_FLV_H */