summaryrefslogtreecommitdiffstats
path: root/libavutil
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil')
-rw-r--r--libavutil/base64.h2
-rw-r--r--libavutil/softfloat.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/libavutil/base64.h b/libavutil/base64.h
index ff755a4..1ee7014 100644
--- a/libavutil/base64.h
+++ b/libavutil/base64.h
@@ -37,4 +37,4 @@ int av_base64_decode(uint8_t * out, const char *in, int out_length);
*/
char *av_base64_encode(char * buf, int buf_len, uint8_t * src, int len);
-#endif
+#endif // AVUTIL_BASE64_H
diff --git a/libavutil/softfloat.h b/libavutil/softfloat.h
index acf29b2..b6e5485 100644
--- a/libavutil/softfloat.h
+++ b/libavutil/softfloat.h
@@ -126,4 +126,4 @@ static inline int av_sf2int(SoftFloat v, int frac_bits){
else return v.mant >>(-v.exp);
}
-#endif
+#endif // AVUTIL_SOFTFLOAT_H
OpenPOWER on IntegriCloud