summaryrefslogtreecommitdiff
path: root/libavcodec/ac3enc_float.c
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2011-03-25 17:12:26 -0400
committerJustin Ruggles <justin.ruggles@gmail.com>2011-03-27 11:30:09 -0400
commit991f3de1bb696a55f7604e4b7d53492299fe44b5 (patch)
tree993eac29de22803e695d56a72ccb95ec1aefae81 /libavcodec/ac3enc_float.c
parentc6c2dfcf15c1d93b2189adff6f71c5c4b6b05338 (diff)
ac3enc: Add codec-specific options for writing AC-3 metadata.
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 d98025a483..19afd27bb1 100644
--- a/libavcodec/ac3enc_float.c
+++ b/libavcodec/ac3enc_float.c
@@ -120,5 +120,6 @@ AVCodec ff_ac3_encoder = {
NULL,
.sample_fmts = (const enum AVSampleFormat[]){AV_SAMPLE_FMT_FLT,AV_SAMPLE_FMT_NONE},
.long_name = NULL_IF_CONFIG_SMALL("ATSC A/52A (AC-3)"),
+ .priv_class = &ac3enc_class,
.channel_layouts = ac3_channel_layouts,
};