[FFmpeg-devel] [PATCH 11/11] timecode: drop lavc timecode on next bump.

Clément Bœsch ubitux at gmail.com
Mon Jan 23 16:44:02 CET 2012


On Thu, Jan 19, 2012 at 01:25:34AM +0100, Stefano Sabatini wrote:
> On date Monday 2012-01-16 17:30:14 +0100, Clément Bœsch encoded:
> > From: Clément Bœsch <clement.boesch at smartjog.com>
> > 
> > ---
> >  libavcodec/timecode.c |    3 ++-
> >  libavcodec/timecode.h |    3 ++-
> >  2 files changed, 4 insertions(+), 2 deletions(-)
> > 
> > diff --git a/libavcodec/timecode.c b/libavcodec/timecode.c
> > index 2e0f4a4..94739bc 100644
> > --- a/libavcodec/timecode.c
> > +++ b/libavcodec/timecode.c
> > @@ -24,6 +24,8 @@
> >   * Timecode helpers
> >   */
> >  
> > +#if FF_API_OLD_TIMECODE
> > +
> >  #include <stdio.h>
> >  #include "timecode.h"
> >  #include "libavutil/log.h"
> 
> Not sure, maybe you should include at least version.h, so the
> preprocessor knows how to do the check without depending on other
> includes.
> 

Added the version.h include above FF_API_OLD_TIMECODE, and a comment.

[...]

-- 
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/20120123/36ab92c1/attachment.asc>


More information about the ffmpeg-devel mailing list