summaryrefslogtreecommitdiffstats
path: root/libavcodec/ac3enc_float.c
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2012-02-22 21:45:06 -0500
committerJustin Ruggles <justin.ruggles@gmail.com>2012-02-29 14:36:00 -0500
commit4e99501f629f6baebac0414d92d841b64ead30fe (patch)
tree968a7b6458290fd144e072aea67b5f0cb10df2e9 /libavcodec/ac3enc_float.c
parent6aeea1dfb2f21de959701ee7dfaab59b4634e570 (diff)
downloadffmpeg-streaming-4e99501f629f6baebac0414d92d841b64ead30fe.zip
ffmpeg-streaming-4e99501f629f6baebac0414d92d841b64ead30fe.tar.gz
(e)ac3enc: select a default bit rate based on the channel layout
Diffstat (limited to 'libavcodec/ac3enc_float.c')
-rw-r--r--libavcodec/ac3enc_float.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/ac3enc_float.c b/libavcodec/ac3enc_float.c
index a4abd89..64b360f 100644
--- a/libavcodec/ac3enc_float.c
+++ b/libavcodec/ac3enc_float.c
@@ -149,5 +149,6 @@ AVCodec ff_ac3_encoder = {
.long_name = NULL_IF_CONFIG_SMALL("ATSC A/52A (AC-3)"),
.priv_class = &ac3enc_class,
.channel_layouts = ff_ac3_channel_layouts,
+ .defaults = ac3_defaults,
};
#endif
OpenPOWER on IntegriCloud