X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fvideo_chroma%2Fi420_yuy2.h;h=e6994428ce16dae462487ebd6e6524e64c627f48;hb=6ee1e193fd896ab9a4729fde14f009d9ce629815;hp=6cae0bc14e51d17ba9f30d470b2590d61d0292cd;hpb=3305b049e7f587b23359a1c9047fb5763d19c1dc;p=vlc diff --git a/modules/video_chroma/i420_yuy2.h b/modules/video_chroma/i420_yuy2.h index 6cae0bc14e..e6994428ce 100644 --- a/modules/video_chroma/i420_yuy2.h +++ b/modules/video_chroma/i420_yuy2.h @@ -11,7 +11,7 @@ * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the @@ -130,7 +130,7 @@ movq %%mm1, (%1) # Store YUYV \n\ } while(0) #define MMX_END _mm_empty() - + #define MMX_YUV420_YUYV \ mm1 = _mm_cvtsi32_si64(*(int*)p_u); \ mm2 = _mm_cvtsi32_si64(*(int*)p_v); \