Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-11-21 16:16:42 +0400
committerStefano Sabatini <stefasab@gmail.com>2012-11-21 23:17:57 +0400
commit6ca9c74cc64f5b3f7da4b6936c6ae14031892d20 (patch)
tree57c5ffc6a467577160b5c912f8337092c873c161 /ffprobe.c
parent2c5d9111663e746e5b33310af596ec0a7fd4fad2 (diff)
ffprobe: add "," at the end of enum list
Diffstat (limited to 'ffprobe.c')
-rw-r--r--ffprobe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffprobe.c b/ffprobe.c
index 748a4b9d35..4c6e9f238b 100644
--- a/ffprobe.c
+++ b/ffprobe.c
@@ -103,7 +103,7 @@ typedef enum {
SECTION_ID_STREAM,
SECTION_ID_STREAM_DISPOSITION,
SECTION_ID_STREAMS,
- SECTION_ID_STREAM_TAGS
+ SECTION_ID_STREAM_TAGS,
} SectionID;
static const struct section sections[] = {