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

Remove unused mutex

parent feb55adb
......@@ -53,10 +53,6 @@ block_t *aout_FilterBufferNew( filter_t *, int );
/** an input stream for the audio output */
struct aout_input_t
{
/* When this lock is taken, the pipeline cannot be changed by a
* third-party. */
vlc_mutex_t lock;
audio_sample_format_t input;
/* pre-filters */
......
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