kierank / x262

x264 with MPEG-2 support. Part of the Open Broadcast Encoder project - http://www.ob-encoder.com/
GNU General Public License v2.0
54 stars 10 forks source link

filters: fix sizeof mismatch #5

Closed tmatth closed 10 years ago

tmatth commented 10 years ago

Use of sizeof here should be char _x = n * sizeof(char ), not char _x = n \ sizeof(char **).

tmatth commented 10 years ago

Just realized that this should be fixed in x264 instead, patch sent there, sorry for the noise.