[FFmpeg-devel] [PATCH 1/3] ffmpeg: do not copy the segment_uid metadata.

Michael Niedermayer michaelni at gmx.at
Fri Feb 27 17:52:36 CET 2015


On Fri, Feb 27, 2015 at 04:50:28PM +0100, Nicolas George wrote:
> Signed-off-by: Nicolas George <george at nsup.org>
> ---
>  ffmpeg_opt.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/ffmpeg_opt.c b/ffmpeg_opt.c
> index 39c5f49..2484884 100644
> --- a/ffmpeg_opt.c
> +++ b/ffmpeg_opt.c
> @@ -2164,6 +2164,7 @@ loop_end:
>          if(o->recording_time != INT64_MAX)
>              av_dict_set(&oc->metadata, "duration", NULL, 0);
>          av_dict_set(&oc->metadata, "creation_time", NULL, 0);
> +        av_dict_set(&oc->metadata, "segment_uid", NULL, 0);

LGTM

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

If you think the mosad wants you dead since a long time then you are either
wrong or dead since a long time.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150227/d5f7f28b/attachment.asc>


More information about the ffmpeg-devel mailing list