Changeset 2dd37f66b3a1a2977f17923f79a06ce6a48f9f3c

Show
Ignore:
Timestamp:
18/11/03 17:46:31 (5 years ago)
Author:
Laurent Aimar <fenrir@videolan.org>
git-committer:
Laurent Aimar <fenrir@videolan.org> 1069173991 +0000
git-parent:

[8e0bb47fae1fd8486a5ff8294450546172fa7a30]

git-author:
Laurent Aimar <fenrir@videolan.org> 1069173991 +0000
Message:
  • display: set correct ES type (otherwise it segfaults in input_dec.c) but
    that implies that ES appear twice in the interface.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/stream_out/display.c

    r98e4c6a r2dd37f6  
    33 ***************************************************************************** 
    44 * Copyright (C) 2001, 2002 VideoLAN 
    5  * $Id: display.c,v 1.5 2003/06/09 07:16:42 gbazin Exp $ 
     5 * $Id: display.c,v 1.6 2003/11/18 16:46:31 fenrir Exp $ 
    66 * 
    77 * Authors: Laurent Aimar <fenrir@via.ecp.fr> 
     
    143143                            NULL,           /* no program */ 
    144144                            12,             /* es_id */ 
    145        /* p_fmt->i_cat; */  UNKNOWN_ES,     /* es category */ 
     145                            p_fmt->i_cat, /* UNKNOWN_ES,*/    /* es category */ 
    146146                            NULL,           /* description */ 
    147147                            0 );            /* no extra data */