From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_2 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4CD0FC433FF for ; Tue, 30 Jul 2019 16:15:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 20982206E0 for ; Tue, 30 Jul 2019 16:15:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1564503355; bh=BfBzWlo3UNykmQF2mkx9T4Qu+R/YsHpAkw02FK/ARAw=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=qX+Mud143t4t90FgnASd1gkxueLCHpcPxz3b7pmMZYKTN1w1eOBxhMWGIH9btXu2U 7OT6Fk7hOLfqn9szrZNg1SAZwVQ4AIgH4kQ9SLkGaENBYXKjXTtvsnLb6V9/B6l5iP dH0LtSAprgGw3J4FlMJNqT0BWW7rAo/y3ThfFK2g= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731037AbfG3QPx (ORCPT ); Tue, 30 Jul 2019 12:15:53 -0400 Received: from bombadil.infradead.org ([198.137.202.133]:56402 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729025AbfG3QPx (ORCPT ); Tue, 30 Jul 2019 12:15:53 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=Content-Transfer-Encoding: Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To: From:Date:Sender:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=BfBzWlo3UNykmQF2mkx9T4Qu+R/YsHpAkw02FK/ARAw=; b=g7MEv5CvZSMTvgVln//QY5S9V qGGr4i/FPIFNEOzfWJ/XnXL1awvbG7bUy0fiebgzLYNSaZfyCXMdVFIsmKQU43/KZEsObQwL8YVjt Pe/LSSe2sJQkuPT7fkZRdF38y4NUnS33yriWDQ9pTVDfDb64LF6xLUSw0SP8ZxcH7PhWIrQTU1v3B wkPvIpgnPXqcLtKk74dcXD92zD9SbWbDi5EqsOEw4GxCAky6ff8+6ojGZ7WmZpKmQxCdRHiqZtgkT RBCoBCaKL/07qy7SgRtdPVNgUkWwvSjqUJlkETXvO5Wc0N0SQCcc4AgavheK4LmZMK6gvqb4PiACg 2lcUsstBw==; Received: from [177.157.101.143] (helo=coco.lan) by bombadil.infradead.org with esmtpsa (Exim 4.92 #3 (Red Hat Linux)) id 1hsUmx-0003iU-Ae; Tue, 30 Jul 2019 16:15:47 +0000 Date: Tue, 30 Jul 2019 13:15:41 -0300 From: Mauro Carvalho Chehab To: Cc: Hans Verkuil , Tomasz Figa , Tiffany Lin , Longfei Wang , Yunfei Dong , Matthias Brugger , , , , , Subject: Re: media: mtk-vcodec: Handle H264 error bitstreams Message-ID: <20190730131541.40ce5ead@coco.lan> In-Reply-To: <20190726085433.15612-1-gtk_ruiwang@mediatek.com> References: <20190726085433.15612-1-gtk_ruiwang@mediatek.com> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Fri, 26 Jul 2019 16:54:33 +0800 escreveu: > From: gtk_ruiwang ... > Signed-off-by: gtk_ruiwang Please use your real name on your SOB and at the From: line. Thanks, Mauro