Re: [FFmpeg-devel] Fwd: libavformat/segment : add option to increment timecode

2016-01-30 Thread Martin Vignali
2016-01-30 10:44 GMT+01:00 Stefano Sabatini : > On date Friday 2016-01-29 17:38:13 +0100, Martin Vignali encoded: > > 2016-01-29 12:35 GMT+01:00 Stefano Sabatini : > [...] > > > +AVDictionaryEntry * tcr = av_dict_get(s->metadata, "timecode", > > > NULL, 0); > > > > +if (tcr){ > > >

Re: [FFmpeg-devel] Fwd: libavformat/segment : add option to increment timecode

2016-01-30 Thread Stefano Sabatini
On date Friday 2016-01-29 17:38:13 +0100, Martin Vignali encoded: > 2016-01-29 12:35 GMT+01:00 Stefano Sabatini : [...] > > +AVDictionaryEntry * tcr = av_dict_get(s->metadata, "timecode", > > NULL, 0); > > > +if (tcr){ > > > +if (s->nb_streams > 0){ > > > > > +

Re: [FFmpeg-devel] Fwd: libavformat/segment : add option to increment timecode

2016-01-29 Thread Martin Vignali
2016-01-29 12:35 GMT+01:00 Stefano Sabatini : > On date Friday 2016-01-29 12:18:02 +0100, Martin Vignali encoded: > > Ping > > > > -- Forwarded message -- > > From: Martin Vignali > > Date: 2015-10-03 15:49 GMT+02:00 > > Subject: libavformat/segment : add option to increment timec

Re: [FFmpeg-devel] Fwd: libavformat/segment : add option to increment timecode

2016-01-29 Thread Stefano Sabatini
On date Friday 2016-01-29 12:18:02 +0100, Martin Vignali encoded: > Ping > > -- Forwarded message -- > From: Martin Vignali > Date: 2015-10-03 15:49 GMT+02:00 > Subject: libavformat/segment : add option to increment timecode > To: FFmpeg development discussions and patches > >