Skip to content
Snippets Groups Projects
Commit 8d15a130 authored by Steve Lhomme's avatar Steve Lhomme Committed by Rémi Denis-Courmont
Browse files

aiff: initialize the ES as AUDIO_ES category


Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent 7d298175
No related branches found
No related tags found
No related merge requests found
......@@ -118,7 +118,7 @@ static int Open( vlc_object_t *p_this )
/* Fill p_demux field */
DEMUX_INIT_COMMON(); p_sys = p_demux->p_sys;
es_format_Init( &p_sys->fmt, UNKNOWN_ES, 0 );
es_format_Init( &p_sys->fmt, AUDIO_ES, 0 );
p_sys->i_time = 0;
p_sys->i_ssnd_pos = -1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment