[FFmpeg-cvslog] movenc: Rudimentary IODs support.

Baptiste Coudurier baptiste.coudurier at gmail.com
Fri Dec 16 02:23:05 CET 2011


On 12/15/2011 04:32 PM, Alex Converse wrote:
> [...]
>  
>  static int mov_write_mvhd_tag(AVIOContext *pb, MOVMuxContext *mov)
>  {
> @@ -1829,7 +1845,8 @@ static int mov_write_moov_tag(AVIOContext *pb, MOVMuxContext *mov,
>      }
>  
>      mov_write_mvhd_tag(pb, mov);
> -    //mov_write_iods_tag(pb, mov);
> +    if (mov->mode != MODE_MOV && !mov->iods_skip)
> +        mov_write_iods_tag(pb, mov);

Only MP4 wants iods, and Quicktime doesn't even write it,
it's a waste and should be disabled by default.

-- 
Baptiste COUDURIER
Key fingerprint          8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
FFmpeg maintainer                           http://www.ffmpeg.org


More information about the ffmpeg-cvslog mailing list