Commit bdd085ad authored by Srikanth Raju's avatar Srikanth Raju Committed by Jean-Baptiste Kempf

Fixes wav demux for PCM wavs

parent 5b1433c3
......@@ -456,7 +456,7 @@ static int FrameInfo_PCM( unsigned int *pi_size, int *pi_samples,
}
*pi_size = i_bytes;
return VLC_EGENERIC;
return VLC_SUCCESS;
}
static int FrameInfo_MS_ADPCM( unsigned int *pi_size, int *pi_samples,
......
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