Re: [FFmpeg-devel] [PATCH] fftools/ffprobe: print exported stream AVOptions

2023-05-08 Thread James Almer
On 5/7/2023 7:51 PM, Stefano Sabatini wrote: On date Sunday 2023-05-07 19:30:03 -0300, James Almer wrote: On 5/7/2023 6:20 PM, Stefano Sabatini wrote: On date Friday 2023-05-05 20:18:56 -0300, James Almer wrote: Similar to the decoder AVOptions above. Please briefly specify the use case in t

Re: [FFmpeg-devel] [PATCH] fftools/ffprobe: print exported stream AVOptions

2023-05-07 Thread Stefano Sabatini
On date Sunday 2023-05-07 19:30:03 -0300, James Almer wrote: > On 5/7/2023 6:20 PM, Stefano Sabatini wrote: > > On date Friday 2023-05-05 20:18:56 -0300, James Almer wrote: > > > Similar to the decoder AVOptions above. > > > > Please briefly specify the use case in the log. > > A line about how

Re: [FFmpeg-devel] [PATCH] fftools/ffprobe: print exported stream AVOptions

2023-05-07 Thread James Almer
On 5/7/2023 6:20 PM, Stefano Sabatini wrote: On date Friday 2023-05-05 20:18:56 -0300, James Almer wrote: Similar to the decoder AVOptions above. Please briefly specify the use case in the log. A line about how these are options whose values are changed by the demuxer and thus exported back

Re: [FFmpeg-devel] [PATCH] fftools/ffprobe: print exported stream AVOptions

2023-05-07 Thread Stefano Sabatini
On date Friday 2023-05-05 20:18:56 -0300, James Almer wrote: > Similar to the decoder AVOptions above. Please briefly specify the use case in the log. > Signed-off-by: James Almer > --- > fftools/ffprobe.c | 12 > tests/ref/fate/flv-demux | 4 ++-- > tests/ref/fat

[FFmpeg-devel] [PATCH] fftools/ffprobe: print exported stream AVOptions

2023-05-05 Thread James Almer
Similar to the decoder AVOptions above. Signed-off-by: James Almer --- fftools/ffprobe.c | 12 tests/ref/fate/flv-demux | 4 ++-- tests/ref/fate/ts-demux | 6 +++--- tests/ref/fate/ts-opus-demux | 2 +- tests/ref/fate/ts-small-demux | 2 +- 5 files change