omxaudiodec: add comment explaining duplicate code path

This commit is contained in:
Luis de Bethencourt 2015-03-06 12:12:49 +00:00
parent e8d76fb1ef
commit 24c0197e46

View file

@ -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 =