Changeset 2dd37f66b3a1a2977f17923f79a06ce6a48f9f3c
- 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
| r98e4c6a |
r2dd37f6 |
|
| 3 | 3 | ***************************************************************************** |
|---|
| 4 | 4 | * 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 $ |
|---|
| 6 | 6 | * |
|---|
| 7 | 7 | * Authors: Laurent Aimar <fenrir@via.ecp.fr> |
|---|
| … | … | |
| 143 | 143 | NULL, /* no program */ |
|---|
| 144 | 144 | 12, /* es_id */ |
|---|
| 145 | | /* p_fmt->i_cat; */ UNKNOWN_ES, /* es category */ |
|---|
| | 145 | p_fmt->i_cat, /* UNKNOWN_ES,*/ /* es category */ |
|---|
| 146 | 146 | NULL, /* description */ |
|---|
| 147 | 147 | 0 ); /* no extra data */ |
|---|