Hi Michael,
sorry for my mistake, updated patch in attachment.
21.07.2016, 22:01, "Michael Niedermayer" :
> On Fri, Jul 15, 2016 at 09:02:09AM +0300, Dmitry Vagin wrote:
>> Hello, FFmpeg-devel!
>>
>> ffprobe not show tags when set only '-show_entries programs'
>>
>> Patch in attachment.
>>
>> /Dmitry
>
>> ffprobe.c | 1 +
>> 1 file changed, 1 insertion(+)
>> bd733fe54031475470a40316396028bb91b735e2 patch-ffprobe.c
>> --- ffprobe.c.orig 2016-04-29 17:08:17.0 +0500
>> +++ ffprobe.c 2016-07-15 10:30:37.701155000 +0500
>> @@ -3178,6 +3178,7 @@
>> SET_DO_SHOW(FRAME_TAGS, frame_tags);
>> SET_DO_SHOW(PROGRAM_TAGS, program_tags);
>> SET_DO_SHOW(STREAM_TAGS, stream_tags);
>> + SET_DO_SHOW(PROGRAM_STREAM_TAGS, stream_tags);
>
> this patch is not against git master
>
> [...]
>
> --
> Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
>
> The bravest are surely those who have the clearest vision
> of what is before them, glory and danger alike, and yet
> notwithstanding go out to meet it. -- Thucydides
/Dmitry
--- ffprobe.c.orig 2016-07-22 10:47:15.0 +0500
+++ ffprobe.c 2016-07-22 10:48:48.560774000 +0500
@@ -3277,6 +3277,7 @@
SET_DO_SHOW(FRAME_TAGS, frame_tags);
SET_DO_SHOW(PROGRAM_TAGS, program_tags);
SET_DO_SHOW(STREAM_TAGS, stream_tags);
+SET_DO_SHOW(PROGRAM_STREAM_TAGS, stream_tags);
SET_DO_SHOW(PACKET_TAGS, packet_tags);
if (do_bitexact && (do_show_program_version || do_show_library_versions)) {
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel