[FFmpeg-devel] [PATCH] segment: copy metadata
Michael Niedermayer
michaelni at gmx.at
Mon Mar 18 23:56:11 CET 2013
On Mon, Mar 18, 2013 at 10:26:21PM +0100, Stefano Sabatini wrote:
> On date Monday 2013-03-18 19:08:19 +0100, Michael Niedermayer encoded:
> > Fixes Ticket2230
> >
> > Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> > ---
> > libavformat/segment.c | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/libavformat/segment.c b/libavformat/segment.c
> > index 124a09f..dbcfe89 100644
> > --- a/libavformat/segment.c
> > +++ b/libavformat/segment.c
> > @@ -129,6 +129,7 @@ static int segment_mux_init(AVFormatContext *s)
> >
> > oc->oformat = seg->oformat;
> > oc->interrupt_callback = s->interrupt_callback;
> > + av_dict_copy(&oc->metadata, s->metadata, 0);
>
> LGTM if works, and thanks.
applied
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
In fact, the RIAA has been known to suggest that students drop out
of college or go to community college in order to be able to afford
settlements. -- The RIAA
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20130318/f12d2818/attachment.asc>
More information about the ffmpeg-devel
mailing list