[FFmpeg-cvslog] r17554 - in trunk/libavformat: avformat.h avienc.c matroskaenc.c movenc.c nutenc.c
Baptiste Coudurier
baptiste.coudurier
Sat Mar 14 03:27:46 CET 2009
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 ?
If not, I'll do it.
--
Baptiste COUDURIER GnuPG Key Id: 0x5C1ABAAA
Key fingerprint 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
checking for life_signs in -lkenny... no
FFmpeg maintainer http://www.ffmpeg.org
More information about the ffmpeg-cvslog
mailing list