From c5ac86256bd9e74937d596a31cf6ab747c306d0a Mon Sep 17 00:00:00 2001 From: Michael Behrisch Date: Thu, 20 Oct 2016 08:48:25 +0200 Subject: lavu: remove comma at final enumeration items to fix pedantic warnings --- libavutil/log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavutil/log.h') diff --git a/libavutil/log.h b/libavutil/log.h index 0acc1b9214..f0a57385df 100644 --- a/libavutil/log.h +++ b/libavutil/log.h @@ -44,7 +44,7 @@ typedef enum { AV_CLASS_CATEGORY_DEVICE_AUDIO_INPUT, AV_CLASS_CATEGORY_DEVICE_OUTPUT, AV_CLASS_CATEGORY_DEVICE_INPUT, - AV_CLASS_CATEGORY_NB, ///< not part of ABI/API + AV_CLASS_CATEGORY_NB ///< not part of ABI/API }AVClassCategory; #define AV_IS_INPUT_DEVICE(category) \ -- cgit v1.2.3