From patchwork Sun Oct 2 21:08:52 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Timo Rothenpieler X-Patchwork-Id: 838 Delivered-To: ffmpegpatchwork@gmail.com Received: by 10.103.140.66 with SMTP id o63csp1286535vsd; Sun, 2 Oct 2016 14:09:14 -0700 (PDT) X-Received: by 10.28.30.149 with SMTP id e143mr6210841wme.109.1475442554738; Sun, 02 Oct 2016 14:09:14 -0700 (PDT) Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org. [79.124.17.100]) by mx.google.com with ESMTP id id8si31547703wjb.219.2016.10.02.14.09.13; Sun, 02 Oct 2016 14:09:14 -0700 (PDT) Received-SPF: pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) client-ip=79.124.17.100; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@rothenpieler.org; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 9759F689DDE; Mon, 3 Oct 2016 00:08:51 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from btbn.de (btbn.de [5.9.118.179]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 96EE4689A44 for ; Mon, 3 Oct 2016 00:08:44 +0300 (EEST) Received: from localhost.localdomain (ip4d173c0b.dynamic.kabel-deutschland.de [77.23.60.11]) by btbn.de (Postfix) with ESMTPSA id 414612A39BD; Sun, 2 Oct 2016 23:08:58 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=rothenpieler.org; s=mail; t=1475442538; bh=tt9C6DDuZmv2sYTc6zT8Q6ccwhKIM3KbYtmvyzkD73k=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=mNMKALd/NDOMLFznLbbBq3WeXl42b+Tz/uJLTlu65PeNeXKcjDJOwV2yaIY0M/rm0 KdlBoFgCI8Y/u46Elq3td+m/F8/Lj57+O/bKro74uCmuRFT+YHsPhGlTyrkBKrOiBN AfcAKeExDTkBlRn9ZQoSDOOmJkWwXachaxcWyMPQ= From: Timo Rothenpieler To: ffmpeg-devel@ffmpeg.org Date: Sun, 2 Oct 2016 23:08:52 +0200 Message-Id: <20161002210853.1228-2-timo@rothenpieler.org> X-Mailer: git-send-email 2.10.0 In-Reply-To: <20161002210853.1228-1-timo@rothenpieler.org> References: <20161002165813.17366-1-timo@rothenpieler.org> <20161002210853.1228-1-timo@rothenpieler.org> Subject: [FFmpeg-devel] [PATCH 2/3] MAINTAINERS: add myself for hwcontext_cuda X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Cc: Timo Rothenpieler MIME-Version: 1.0 Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index d1e487a..3570253 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -78,6 +78,7 @@ Other: eval.c, eval.h Michael Niedermayer float_dsp Loren Merritt hash Reimar Doeffinger + hwcontext_cuda* Timo Rothenpieler intfloat* Michael Niedermayer integer.c, integer.h Michael Niedermayer lzo Reimar Doeffinger