mirror of https://git.ffmpeg.org/ffmpeg.git
fix broken indentation
Originally committed as revision 12142 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
9d8109ad0f
commit
d6267d027b
|
@ -603,7 +603,7 @@ extern void idct_add_altivec(uint8_t *dest, int line_size, int16_t *block);
|
|||
|
||||
void MPV_common_init_altivec(MpegEncContext *s)
|
||||
{
|
||||
if (mm_flags & (MM_ALTIVEC == 0)) return;
|
||||
if (mm_flags & (MM_ALTIVEC == 0)) return;
|
||||
|
||||
if (s->avctx->lowres==0)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue