[FFmpeg-devel] ffprobe missing string in code

Dmitry Vagin daemon-hammer at ya.ru
Fri Jul 22 08:52:00 EEST 2016


Hi Michael,

sorry for my mistake, updated patch in attachment.


21.07.2016, 22:01, "Michael Niedermayer" <michael at niedermayer.cc>:
> 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.000000000 +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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch-ffprobe.c
Type: text/x-diff
Size: 438 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20160722/eeebbc13/attachment.diff>


More information about the ffmpeg-devel mailing list