winegstreamer: Clear bTemporalCompression in amt_from_gst_caps_audio().
Signed-off-by: Zebediah Figura <z.figura12@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
13da4669bd
commit
19c6b2f26e
|
@ -139,7 +139,7 @@ static gboolean amt_from_gst_caps_audio(const GstCaps *caps, AM_MEDIA_TYPE *amt)
|
|||
amt->pbFormat = (BYTE*)wfe;
|
||||
amt->cbFormat = sizeof(*wfe);
|
||||
amt->bFixedSizeSamples = TRUE;
|
||||
amt->bTemporalCompression = 1;
|
||||
amt->bTemporalCompression = FALSE;
|
||||
amt->pUnk = NULL;
|
||||
|
||||
wfx->wFormatTag = WAVE_FORMAT_EXTENSIBLE;
|
||||
|
|
Loading…
Reference in New Issue