mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 07:46:38 +00:00
omxaudiodec: remove duplicate code path
This commit is contained in:
parent
0ef1e90b34
commit
a8d26ff27a
1 changed files with 1 additions and 3 deletions
|
@ -146,9 +146,7 @@ gst_omx_aac_dec_set_format (GstOMXAudioDec * dec, GstOMXPort * port,
|
|||
aac_param.eAACStreamFormat = OMX_AUDIO_AACStreamFormatMP4LOAS;
|
||||
else if (strcmp (stream_format, "adif") == 0)
|
||||
aac_param.eAACStreamFormat = OMX_AUDIO_AACStreamFormatADIF;
|
||||
else if (strcmp (stream_format, "raw") == 0)
|
||||
aac_param.eAACStreamFormat = OMX_AUDIO_AACStreamFormatRAW;
|
||||
else
|
||||
else /* raw */
|
||||
aac_param.eAACStreamFormat = OMX_AUDIO_AACStreamFormatRAW;
|
||||
|
||||
err =
|
||||
|
|
Loading…
Reference in a new issue