mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
omxaudiodec: add comment explaining duplicate code path
This commit is contained in:
parent
e8d76fb1ef
commit
24c0197e46
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ gst_omx_aac_dec_set_format (GstOMXAudioDec * dec, GstOMXPort * port,
|
|||
aac_param.eAACStreamFormat = OMX_AUDIO_AACStreamFormatADIF;
|
||||
else if (strcmp (stream_format, "raw") == 0)
|
||||
aac_param.eAACStreamFormat = OMX_AUDIO_AACStreamFormatRAW;
|
||||
else
|
||||
else /* fallback instead of failing */
|
||||
aac_param.eAACStreamFormat = OMX_AUDIO_AACStreamFormatRAW;
|
||||
|
||||
err =
|
||||
|
|
Loading…
Reference in a new issue