[vlc-devel] [PATCH] theora: fix packetizer fourcc

Rafaël Carré rafael.carre at gmail.com
Mon Oct 25 09:05:39 CEST 2010


On Sat, 23 Oct 2010 23:16:10 +0200
Pierre Ynard <linkfanel at yahoo.fr> wrote:

> Delivered-To: rafael.carre at gmail.com
> Received: by 10.220.186.2 with SMTP id cq2cs58097vcb;
>         Sat, 23 Oct 2010 14:16:01 -0700 (PDT)
> Received: by 10.216.65.204 with SMTP id
> f54mr1147304wed.3.1287868558835; Sat, 23 Oct 2010 14:15:58 -0700 (PDT)
> Return-Path: <vlc-devel-bounces at videolan.org>
> Received: from albiero.videolan.org (albiero.videolan.org
> [88.191.250.118]) by mx.google.com with ESMTP id
> x82si1412709weq.26.2010.10.23.14.15.57; Sat, 23 Oct 2010 14:15:58
> -0700 (PDT) Received-SPF: pass (google.com: domain of
> vlc-devel-bounces at videolan.org designates 88.191.250.118 as permitted
> sender) client-ip=88.191.250.118; Authentication-Results:
> mx.google.com; spf=pass (google.com: domain of
> vlc-devel-bounces at videolan.org designates 88.191.250.118 as permitted
> sender) smtp.mail=vlc-devel-bounces at videolan.org Received: from
> localhost (localhost [127.0.0.1]) by albiero.videolan.org (Postfix)
> with ESMTP id 066141288EA; Sat, 23 Oct 2010 23:15:56 +0200 (CEST)
> Received: from albiero.videolan.org ([127.0.0.1]) by localhost
> (albiero.videolan.org [127.0.0.1]) (amavisd-new, port 10024) with
> ESMTP id n-b7AmJCxt4r; Sat, 23 Oct 2010 23:15:56 +0200 (CEST)
> Received: from albiero.videolan.org (localhost [127.0.0.1]) by
> albiero.videolan.org (Postfix) with ESMTP id A806D12891C; Sat, 23 Oct
> 2010 23:15:55 +0200 (CEST) X-Original-To: vlc-devel at videolan.org
> Delivered-To: vlc-devel at albiero.videolan.org Received: from localhost
> (localhost [127.0.0.1]) by albiero.videolan.org (Postfix) with ESMTP
> id 8B3C31288FD for <vlc-devel at videolan.org>; Sat, 23 Oct 2010
> 23:15:54 +0200 (CEST) Received: from albiero.videolan.org
> ([127.0.0.1]) by localhost (albiero.videolan.org [127.0.0.1])
> (amavisd-new, port 10024) with ESMTP id KFh0l764p7WY for
> <vlc-devel at videolan.org>; Sat, 23 Oct 2010 23:15:54 +0200 (CEST)
> Received: from smtp2-g21.free.fr (smtp2-g21.free.fr [212.27.42.2]) by
> albiero.videolan.org (Postfix) with ESMTP id 0A9731288EB for
> <vlc-devel at videolan.org>; Sat, 23 Oct 2010 23:15:53 +0200 (CEST)
> Received: from andrea.linkfanel.net (unknown [82.243.74.236]) by
> smtp2-g21.free.fr (Postfix) with ESMTP id BA0994B0028 for
> <vlc-devel at videolan.org>; Sat, 23 Oct 2010 23:15:47 +0200 (CEST)
> Received: by andrea.linkfanel.net (Postfix, from userid 1000) id
> 3B169597; Sat, 23 Oct 2010 23:16:11 +0200 (CEST) Date: Sat, 23 Oct
> 2010 23:16:10 +0200 From: Pierre Ynard <linkfanel at yahoo.fr>
> To: vlc-devel at videolan.org
> Message-ID: <20101023211610.GA5185 at via.ecp.fr>
> MIME-Version: 1.0
> Content-Disposition: inline
> User-Agent: Mutt/1.5.20 (2009-06-14)
> Subject: [vlc-devel] [PATCH] theora: fix packetizer fourcc
> X-BeenThere: vlc-devel at videolan.org
> X-Mailman-Version: 2.1.11
> Precedence: list
> Reply-To: Mailing list for VLC media player developers
> <vlc-devel at videolan.org> List-Id: Mailing list for VLC media player
> developers <vlc-devel.videolan.org> List-Unsubscribe:
> <http://mailman.videolan.org/options/vlc-devel>,
> <mailto:vlc-devel-request at videolan.org?subject=unsubscribe>
> List-Archive: <http://mailman.videolan.org/pipermail/vlc-devel>
> List-Post: <mailto:vlc-devel at videolan.org> List-Help:
> <mailto:vlc-devel-request at videolan.org?subject=help> List-Subscribe:
> <http://mailman.videolan.org/listinfo/vlc-devel>,
> <mailto:vlc-devel-request at videolan.org?subject=subscribe>
> Content-Type: text/plain; charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable Sender:
> vlc-devel-bounces at videolan.org Errors-To:
> vlc-devel-bounces at videolan.org
> 
> This prevented restreaming theora streams into ogg
> 
> 
> diff --git a/modules/codec/theora.c b/modules/codec/theora.c
> index 674c6e3..6493f35 100644
> --- a/modules/codec/theora.c
> +++ b/modules/codec/theora.c
> @@ -250,6 +250,7 @@ static int ProcessHeaders( decoder_t *p_dec )
>      }
>  
>      /* Set output properties */
> +    if( !p_sys->b_packetizer )
>      switch( p_sys->ti.pixelformat )
>      {
>        case OC_PF_420:
> 
> 
> Regards,

Approved and pushed, thanks

-- 
Rafaël Carré



More information about the vlc-devel mailing list