Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
From: Marton Balint <cus@passwd.hu>
To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org>
Subject: Re: [FFmpeg-devel] [PATCH] ffprobe: report the corrupt flag on packets
Date: Sat, 9 Jul 2022 11:49:34 +0200 (CEST)
Message-ID: <f6c34bf8-ae22-5126-d94b-8666fb49f3c2@passwd.hu> (raw)
In-Reply-To: <20220620002720.81110-1-rcombs@rcombs.me>



On Sun, 19 Jun 2022, rcombs wrote:

> ---
> fftools/ffprobe.c | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/fftools/ffprobe.c b/fftools/ffprobe.c
> index 4e2fdbaec8..22a754ae44 100644
> --- a/fftools/ffprobe.c
> +++ b/fftools/ffprobe.c
> @@ -2491,8 +2491,9 @@ static void show_packet(WriterContext *w, InputFile *ifile, AVPacket *pkt, int p
>     print_val("size",             pkt->size, unit_byte_str);
>     if (pkt->pos != -1) print_fmt    ("pos", "%"PRId64, pkt->pos);
>     else                print_str_opt("pos", "N/A");
> -    print_fmt("flags", "%c%c",      pkt->flags & AV_PKT_FLAG_KEY ? 'K' : '_',
> -              pkt->flags & AV_PKT_FLAG_DISCARD ? 'D' : '_');
> +    print_fmt("flags", "%c%c%c",      pkt->flags & AV_PKT_FLAG_KEY ? 'K' : '_',
> +              pkt->flags & AV_PKT_FLAG_DISCARD ? 'D' : '_',
> +              pkt->flags & AV_PKT_FLAG_CORRUPT ? 'C' : '_');

Fate updates are missing. Otherwise LGTM.

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".

  reply	other threads:[~2022-07-09  9:50 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-20  0:27 rcombs
2022-07-09  9:49 ` Marton Balint [this message]
2023-01-11  1:55 rcombs
2023-01-29 11:18 ` Marton Balint
2023-02-09  3:06 ` Anton Khirnov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f6c34bf8-ae22-5126-d94b-8666fb49f3c2@passwd.hu \
    --to=cus@passwd.hu \
    --cc=ffmpeg-devel@ffmpeg.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

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