[FFmpeg-cvslog] r17554 - in trunk/libavformat: avformat.h avienc.c matroskaenc.c movenc.c nutenc.c

Michael Niedermayer michaelni
Sat Mar 14 06:01:24 CET 2009


Hi

On Fri, Mar 13, 2009 at 07:27:46PM -0700, Baptiste Coudurier wrote:
> Hi Michael,
> 
> On 2/24/2009 7:04 AM, michael wrote:
> > Author: michael
> > Date: Tue Feb 24 16:04:18 2009
> > New Revision: 17554
> > 
> > Log:
> > Add AVFMT_VARIABLE_FPS to specify which muxers dont need duplicated frames.
> > 
> > 
> > Modified: trunk/libavformat/movenc.c
> > ==============================================================================
> > --- trunk/libavformat/movenc.c	Tue Feb 24 15:53:46 2009	(r17553)
> > +++ trunk/libavformat/movenc.c	Tue Feb 24 16:04:18 2009	(r17554)
> > @@ -1841,7 +1841,7 @@ AVOutputFormat mov_muxer = {
> >      mov_write_header,
> >      mov_write_packet,
> >      mov_write_trailer,
> > -    .flags = AVFMT_GLOBALHEADER,
> > +    .flags = AVFMT_GLOBALHEADER | AVFMT_VARIABLE_FPS,
> >      .codec_tag = (const AVCodecTag* const []){codec_movvideo_tags, codec_movaudio_tags, 0},
> >  };
> >  #endif
> > @@ -1873,7 +1873,7 @@ AVOutputFormat mp4_muxer = {
> >      mov_write_header,
> >      mov_write_packet,
> >      mov_write_trailer,
> > -    .flags = AVFMT_GLOBALHEADER,
> > +    .flags = AVFMT_GLOBALHEADER | AVFMT_VARIABLE_FPS,
> >      .codec_tag = (const AVCodecTag* const []){ff_mp4_obj_type, 0},
> >  };
> >  #endif
> > 
> 
> Any reason for not marking 3g or ipod ?

only reason was, i didnt test it and it should be tested on a ipod ...

[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

The bravest are surely those who have the clearest vision
of what is before them, glory and danger alike, and yet
notwithstanding go out to meet it. -- Thucydides
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-cvslog/attachments/20090314/b8ae5556/attachment.pgp>



More information about the ffmpeg-cvslog mailing list