Re: [FFmpeg-devel] [PATCH] avformat/mov: add AVFMT_SHOW_IDS flag

2021-08-22 Thread Gyan Doshi
Pushed as d905af0c2409c854dcd45a05fe4caf9ac49d82ad On 2021-08-21 10:50 am, Gyan Doshi wrote: The RFC was posted 10 days ago. Plan to push tomorrow. On 2021-08-20 05:12 pm, Gyan Doshi wrote: The MOV muxer can store streamids as track ids but they aren't visible when probing the result via lavf/

Re: [FFmpeg-devel] [PATCH] avformat/mov: add AVFMT_SHOW_IDS flag

2021-08-20 Thread Gyan Doshi
The RFC was posted 10 days ago. Plan to push tomorrow. On 2021-08-20 05:12 pm, Gyan Doshi wrote: 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. --- libavformat/mov.c

[FFmpeg-devel] [PATCH] avformat/mov: add AVFMT_SHOW_IDS flag

2021-08-20 Thread 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. --- libavformat/mov.c | 2 +- tests/ref/fate/hapqa-extract-nosnappy-to-hapalphaonly-mov | 2 +- t