summaryrefslogtreecommitdiffstats
path: root/libavcodec/ac3enc_float.c
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2012-08-25 13:11:10 -0400
committerJustin Ruggles <justin.ruggles@gmail.com>2012-10-06 13:23:13 -0400
commitb1540fc8843dfe35b228c733d7aeca2e83ef4739 (patch)
tree6db082a11b9cf234c0e2c87a4710981379d29298 /libavcodec/ac3enc_float.c
parentf3e2d68df62d3ef13759d76bb1d87903d08ee586 (diff)
downloadffmpeg-streaming-b1540fc8843dfe35b228c733d7aeca2e83ef4739.zip
ffmpeg-streaming-b1540fc8843dfe35b228c733d7aeca2e83ef4739.tar.gz
(e)ac3enc: use planar sample format
Diffstat (limited to 'libavcodec/ac3enc_float.c')
-rw-r--r--libavcodec/ac3enc_float.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ac3enc_float.c b/libavcodec/ac3enc_float.c
index 45645da..a225d9b 100644
--- a/libavcodec/ac3enc_float.c
+++ b/libavcodec/ac3enc_float.c
@@ -148,7 +148,7 @@ AVCodec ff_ac3_encoder = {
.init = ff_ac3_encode_init,
.encode2 = ff_ac3_float_encode_frame,
.close = ff_ac3_encode_close,
- .sample_fmts = (const enum AVSampleFormat[]){ AV_SAMPLE_FMT_FLT,
+ .sample_fmts = (const enum AVSampleFormat[]){ AV_SAMPLE_FMT_FLTP,
AV_SAMPLE_FMT_NONE },
.long_name = NULL_IF_CONFIG_SMALL("ATSC A/52A (AC-3)"),
.priv_class = &ac3enc_class,
OpenPOWER on IntegriCloud