[FFmpeg-devel] [PATCH] ffmpeg: accept "chapters" as forced key frames.

Nicolas George nicolas.george at normalesup.org
Thu Jan 3 00:01:15 CET 2013


Le tridi 13 nivôse, an CCXXI, Michael Niedermayer a écrit :
> this can overflow, but probably doesnt matter in reality

You are right; this is very easy to fix: locally changed into:

    int64_t va = *(int64_t *)a, vb = *(int64_t *)b;
    return va < vb ? -1 : va > vb ? +1 : 0;

No need to send the patch again I believe.

Regards,

-- 
  Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20130103/e8ccd11b/attachment.asc>


More information about the ffmpeg-devel mailing list