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

Attachment: signature.asc
Description: Digital signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to