On 01/28/14 15:03, Felix Abecassis wrote: > 2014-01-28 Rafaël Carré <git at videolan.org>: >> + char deblockstr[2]; >> + snprintf(deblockstr, sizeof(decblockstr), "%d", deblocking); > Typo in the sizeof. Fixed,