[FFmpeg-devel] [PATCH] mov tkhd' width and height usage
Maksym Veremeyenko
verem
Sat Jan 29 11:53:23 CET 2011
Baptiste Coudurier ???????(??):
> On 01/28/2011 06:31 AM, Maksym Veremeyenko wrote:
>> Baptiste Coudurier ???????(??):
[...]
>> + if(!sample_aspect_ratio || track->height != track->enc->height)
>> + sample_aspect_ratio = 1;
>
> In that you must not write the atom.
>
> Let me check the situation first.
>
may even
[...]
if(!sample_aspect_ratio || sample_aspect_ratio != 1.0)
[...]
condition to write atom? let me know, i will update a patch..
--
________________________________________
Maksym Veremeyenko
More information about the ffmpeg-devel
mailing list