Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bf9b6621 authored by Steve Kondik's avatar Steve Kondik
Browse files

omx: Add nBitsPerSample parameter for FLAC

 * Necessary to convey this information from the extractor.

Change-Id: Ic6f689df9d5f840280bf0410021f6d6ee04a48d5
parent 5b8cd2eb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -378,6 +378,7 @@ typedef struct OMX_AUDIO_PARAM_FLACTYPE {
                                   unknown sampling rate. */
    OMX_U32 nCompressionLevel;/**< FLAC compression level, from 0 (fastest compression)
                                   to 8 (highest compression */
    OMX_U32 nBitsPerSample;   /**< Number of bits in each sample */
} OMX_AUDIO_PARAM_FLACTYPE;