Commit 85a8d070 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Vorbis: yield the playlist when using it

parent 0d9ed88c
...@@ -726,7 +726,8 @@ static void ParseVorbisComments( decoder_t *p_dec ) ...@@ -726,7 +726,8 @@ static void ParseVorbisComments( decoder_t *p_dec )
r->pf_peak[AUDIO_REPLAY_GAIN_ALBUM] = atof( psz_value ); r->pf_peak[AUDIO_REPLAY_GAIN_ALBUM] = atof( psz_value );
} }
} }
var_SetInteger( pl_Get( p_input ), "item-change", p_item->i_id ); var_SetInteger( pl_Yield( p_input ), "item-change", p_item->i_id );
pl_Release( p_input );
free( psz_comment ); free( psz_comment );
i++; i++;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment