* [FFmpeg-devel] [PATCH] ffprobe: update entry index after printing packet/media type
@ 2022-04-21 7:01 Stefano Sabatini
2022-06-08 22:23 ` Marton Balint
0 siblings, 1 reply; 2+ messages in thread
From: Stefano Sabatini @ 2022-04-21 7:01 UTC (permalink / raw)
To: FFmpeg development discussions and patches; +Cc: Stefano Sabatini
Fix JSON output in case a frame or packet section contains a nested section.
Fix trac issue http://trac.ffmpeg.org/ticket/8680.
---
fftools/ffprobe.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/fftools/ffprobe.c b/fftools/ffprobe.c
index 05c167eeb5..803c1b07df 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);
--
2.25.1
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [FFmpeg-devel] [PATCH] ffprobe: update entry index after printing packet/media type
2022-04-21 7:01 [FFmpeg-devel] [PATCH] ffprobe: update entry index after printing packet/media type Stefano Sabatini
@ 2022-06-08 22:23 ` Marton Balint
0 siblings, 0 replies; 2+ messages in thread
From: Marton Balint @ 2022-06-08 22:23 UTC (permalink / raw)
To: FFmpeg development discussions and patches
On Thu, 21 Apr 2022, Stefano Sabatini wrote:
> Fix JSON output in case a frame or packet section contains a nested section.
>
> Fix trac issue http://trac.ffmpeg.org/ticket/8680.
> ---
> fftools/ffprobe.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/fftools/ffprobe.c b/fftools/ffprobe.c
> index 05c167eeb5..803c1b07df 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);
> --
Thanks, applied.
Regards,
Marton
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-06-08 22:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-21 7:01 [FFmpeg-devel] [PATCH] ffprobe: update entry index after printing packet/media type Stefano Sabatini
2022-06-08 22:23 ` Marton Balint
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
This inbox may be cloned and mirrored by anyone:
git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
ffmpegdev@gitmailbox.com
public-inbox-index ffmpegdev
Example config snippet for mirrors.
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git