[vlc-devel] commit: Fixed compilation after backport. (Laurent Aimar )
git version control
git at videolan.org
Sat Oct 3 20:02:47 CEST 2009
vlc | branch: 1.0-bugfix | Laurent Aimar <fenrir at videolan.org> | Sat Oct 3 20:02:15 2009 +0200| [fd5a7c41a314b2a3fda4a20d5f284a1139218062] | committer: Laurent Aimar
Fixed compilation after backport.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fd5a7c41a314b2a3fda4a20d5f284a1139218062
---
modules/demux/ts.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/demux/ts.c b/modules/demux/ts.c
index 607ac17..b36dc4f 100644
--- a/modules/demux/ts.c
+++ b/modules/demux/ts.c
@@ -2084,7 +2084,7 @@ static int PIDFillFormat( ts_pid_t *pid, int i_stream_type )
es_format_Init( fmt, AUDIO_ES, VLC_FOURCC( 'd', 't', 's', ' ' ) );
break;
case 0x87: /* E-AC3 */
- es_format_Init( fmt, AUDIO_ES, VLC_CODEC_EAC3 );
+ es_format_Init( fmt, AUDIO_ES, VLC_FOURCC( 'e', 'a', 'c', '3' ) );
break;
case 0x91: /* A52 vls (audio) */
More information about the vlc-devel
mailing list