diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2012-02-22 21:45:06 -0500 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2012-02-29 14:36:00 -0500 |
commit | 4e99501f629f6baebac0414d92d841b64ead30fe (patch) | |
tree | 968a7b6458290fd144e072aea67b5f0cb10df2e9 /libavcodec/ac3enc_fixed.c | |
parent | 6aeea1dfb2f21de959701ee7dfaab59b4634e570 (diff) | |
download | ffmpeg-4e99501f629f6baebac0414d92d841b64ead30fe.tar.gz |
(e)ac3enc: select a default bit rate based on the channel layout
Diffstat (limited to 'libavcodec/ac3enc_fixed.c')
-rw-r--r-- | libavcodec/ac3enc_fixed.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/ac3enc_fixed.c b/libavcodec/ac3enc_fixed.c index 202dfb8afd..98838f300b 100644 --- a/libavcodec/ac3enc_fixed.c +++ b/libavcodec/ac3enc_fixed.c @@ -151,4 +151,5 @@ AVCodec ff_ac3_fixed_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, }; |