[FFmpeg-devel] [PATCH 2/3] timecode: add ff_timecode_to_string().

Clément Bœsch ubitux at gmail.com
Mon Dec 12 17:55:29 CET 2011


On Tue, Dec 06, 2011 at 07:57:08PM +0100, Michael Niedermayer wrote:
> On Tue, Dec 06, 2011 at 11:37:38AM +0100, Clément Bœsch wrote:
> > From: Clément Bœsch <clement.boesch at smartjog.com>
> > 
> > ---
> >  libavcodec/timecode.c |   16 ++++++++++++++++
> >  libavcodec/timecode.h |   11 +++++++++++
> >  2 files changed, 27 insertions(+), 0 deletions(-)
> > 
> > diff --git a/libavcodec/timecode.c b/libavcodec/timecode.c
> > index 4148f32..4bfb529 100644
> > --- a/libavcodec/timecode.c
> > +++ b/libavcodec/timecode.c
> > @@ -78,6 +78,22 @@ static int ff_check_timecode_rate(void *avcl, AVRational rate, int drop)
> >      }
> >  }
> >  
> > +char *ff_timecode_to_string(char *buf, const struct ff_timecode *tc, unsigned frame)
> 
> if this is supposed to be used in other libs than libavcodec then it
> needs a prefix listed in libavcodec.v
> like avpriv_
> 
> otherwise ive no further comments to this patch
> 

Pushed with avpriv_ prefix, minor bump two commits later.

-- 
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20111212/8a5ac521/attachment.asc>


More information about the ffmpeg-devel mailing list