projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ac3enc: Add codec-specific options for writing AC-3 metadata.
[ffmpeg.git]
/
libavcodec
/
ac3enc_float.c
diff --git
a/libavcodec/ac3enc_float.c
b/libavcodec/ac3enc_float.c
index
d98025a
..
19afd27
100644
(file)
--- 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,
};