[FFmpeg-cvslog] r19751 - trunk/libavutil/internal.h
Måns Rullgård
mans
Tue Sep 1 18:11:05 CEST 2009
diego <subversion at mplayerhq.hu> writes:
> - __asm__ volatile ("umull %1, %0, %2, %3"
> - : "=&r"(r), "=&r"(t) : "r"(a), "r"(ff_inverse[b]));
> + __asm__ volatile("umull %1, %0, %2, %3"
> + : "=&r"(r), "=&r"(t) : "r"(a), "r"(ff_inverse[b]));
Why did you remove that space (and others like it)? I thought the
general rule was space after keywords, no space after function names.
--
M?ns Rullg?rd
mans at mansr.com
More information about the ffmpeg-cvslog
mailing list