From 507cac021c8f6233d39395ad815fec8683ac048b Mon Sep 17 00:00:00 2001 From: David McPaul Date: Sun, 20 Sep 2009 02:11:34 +0000 Subject: [PATCH] C comments do not mix with assembly comments git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33201 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/add-ons/media/plugins/ffmpeg/yuvrgb.nasm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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