[FFmpeg-cvslog] ffprobe: add "," at the end of enum list

Stefano Sabatini git at videolan.org
Wed Nov 21 20:22:57 CET 2012


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Wed Nov 21 13:16:42 2012 +0100| [6ca9c74cc64f5b3f7da4b6936c6ae14031892d20] | committer: Stefano Sabatini

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

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6ca9c74cc64f5b3f7da4b6936c6ae14031892d20
---

 ffprobe.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ffprobe.c b/ffprobe.c
index 748a4b9..4c6e9f2 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[] = {



More information about the ffmpeg-cvslog mailing list