On 12/09/2013 07:41 PM, Tim Walker wrote:
@@ -108,6 +132,7 @@ typedef struct AC3HeaderInfo {
int surround_mix_level; ///< Surround mix level index
uint16_t channel_map;
int num_blocks; ///< number of audio blocks
+ uint8_t dolby_surround_mode;
/** @} */
Just use int here; no need for it to be uint8_t. The rest of the patch looks fine.
-Justin _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
