[FFmpeg-cvslog] ffprobe: update entry index after printing packet/media type

Stefano Sabatini git at videolan.org
Thu Jun 9 01:23:15 EEST 2022


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Thu Apr 21 09:01:14 2022 +0200| [7adeeff91f974ec5a69967dffe18331f666530eb] | committer: Marton Balint

ffprobe: update entry index after printing packet/media type

Fix JSON output in case a frame or packet section contains a nested section.

Fix trac issue http://trac.ffmpeg.org/ticket/8680.

Signed-off-by: Marton Balint <cus at passwd.hu>

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

 fftools/ffprobe.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/fftools/ffprobe.c b/fftools/ffprobe.c
index c51c82ff65..c44297c1fa 100644
--- a/fftools/ffprobe.c
+++ b/fftools/ffprobe.c
@@ -1566,6 +1566,7 @@ static void json_print_section_header(WriterContext *wctx)
                 if (!json->compact)
                     JSON_INDENT();
                 printf("\"type\": \"%s\"", section->name);
+                wctx->nb_item[wctx->level]++;
             }
         }
         av_bprint_finalize(&buf, NULL);



More information about the ffmpeg-cvslog mailing list