diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-11-21 13:16:42 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-11-21 20:17:57 +0100 |
commit | 6ca9c74cc64f5b3f7da4b6936c6ae14031892d20 (patch) | |
tree | 57c5ffc6a467577160b5c912f8337092c873c161 | |
parent | 2c5d9111663e746e5b33310af596ec0a7fd4fad2 (diff) | |
download | ffmpeg-6ca9c74cc64f5b3f7da4b6936c6ae14031892d20.tar.gz |
ffprobe: add "," at the end of enum list
-rw-r--r-- | ffprobe.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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[] = { |