[vlc-devel] [PATCH 3/5] demux: mp4: read the 360° yaw/picth/roll with the projection

Hugo Beauzée-Luyssen hugo at beauzee.fr
Thu Nov 10 15:30:27 CET 2016


On 11/10/2016 03:28 PM, Hugo Beauzée-Luyssen wrote:
>> +    pose[p_end - p_start - varlen] = 0;
>> +    if (sscanf(pose, "%f", out) != 1)
>
> Couldn't you achieve the same result without memcpy/sscanf by using strtod?
>

Well... strtof actually.



More information about the vlc-devel mailing list