diff --git a/src/add-ons/media/plugins/ffmpeg/yuvrgb.nasm b/src/add-ons/media/plugins/ffmpeg/yuvrgb.nasm index 8103e2286c..f94439eb1c 100644 --- a/src/add-ons/media/plugins/ffmpeg/yuvrgb.nasm +++ b/src/add-ons/media/plugins/ffmpeg/yuvrgb.nasm @@ -1,8 +1,8 @@ -/* - * Copyright (C) 2009 David McPaul - * - * All rights reserved. Distributed under the terms of the MIT License. - */ +; +; Copyright (C) 2009 David McPaul +; +; All rights reserved. Distributed under the terms of the MIT License. +; ; A rather unoptimised set of yuv to rgb converters ; does 8 pixels at a time