ffprobe: add "," at the end of enum list

This commit is contained in:
Stefano Sabatini 2012-11-21 13:16:42 +01:00
parent 2c5d911166
commit 6ca9c74cc6

View File

@ -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[] = {