Index: chromecast/public/media/decoder_config.h |
diff --git a/chromecast/public/media/decoder_config.h b/chromecast/public/media/decoder_config.h |
index cf84654f723d9436beb77ba42fc978a63140eeac..e2cf78dcbc6118608f4295c31ae9ff9e939c23ab 100644 |
--- a/chromecast/public/media/decoder_config.h |
+++ b/chromecast/public/media/decoder_config.h |
@@ -45,9 +45,10 @@ enum SampleFormat { |
kSampleFormatPlanarS16, // Signed 16-bit planar. |
kSampleFormatPlanarF32, // Float 32-bit planar. |
kSampleFormatPlanarS32, // Signed 32-bit planar. |
+ kSampleFormatS24, // Signed 24-bit. |
kSampleFormatMin = kUnknownSampleFormat, |
- kSampleFormatMax = kSampleFormatPlanarS32, |
+ kSampleFormatMax = kSampleFormatS24, |
}; |
enum VideoCodec { |