[FFmpeg-devel] [RFC PATCH] avformat/mov: add AVFMT_SHOW_IDS flag
Andreas Rheinhardt
andreas.rheinhardt at outlook.com
Wed Aug 11 16:59:48 EEST 2021
Gyan Doshi:
> The MOV muxer can store streamids as track ids but they aren't
> visible when probing the result via lavf/dump or ffprobe due to
> lack of this flag in the demuxer.
>
> This current submission is just to get Patchwork FATE results.
> Will be updated with changed refs, if any.
You are actually supposed to run FATE yourself.
> ---
> libavformat/mov.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavformat/mov.c b/libavformat/mov.c
> index 46bc7b5aa3..c556390525 100644
> --- a/libavformat/mov.c
> +++ b/libavformat/mov.c
> @@ -8216,5 +8216,5 @@ const AVInputFormat ff_mov_demuxer = {
> .read_packet = mov_read_packet,
> .read_close = mov_read_close,
> .read_seek = mov_read_seek,
> - .flags = AVFMT_NO_BYTE_SEEK | AVFMT_SEEK_TO_PTS,
> + .flags = AVFMT_NO_BYTE_SEEK | AVFMT_SEEK_TO_PTS | AVFMT_SHOW_IDS,
> };
>
More information about the ffmpeg-devel
mailing list