[FFmpeg-soc] [soc]: r3199 - mlp/mlpenc.c
ramiro
subversion at mplayerhq.hu
Tue Aug 12 18:58:31 CEST 2008
Author: ramiro
Date: Tue Aug 12 18:58:31 2008
New Revision: 3199
Log:
Report in AVCodec that MLP supports 24-bit samples.
Modified:
mlp/mlpenc.c
Modified: mlp/mlpenc.c
==============================================================================
--- mlp/mlpenc.c (original)
+++ mlp/mlpenc.c Tue Aug 12 18:58:31 2008
@@ -1208,5 +1208,6 @@ AVCodec mlp_encoder = {
mlp_encode_frame,
mlp_encode_close,
.capabilities = CODEC_CAP_SMALL_LAST_FRAME,
+ .sample_fmts = (enum SampleFormat[]){SAMPLE_FMT_S16,SAMPLE_FMT_S24,SAMPLE_FMT_NONE},
.long_name = NULL_IF_CONFIG_SMALL("Meridian Lossless Packing"),
};
More information about the FFmpeg-soc
mailing list