summaryrefslogtreecommitdiffstats
path: root/libavcodec/ac3enc_float.c
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2011-07-15 00:21:15 +0300
committerMartin Storsjö <martin@martin.st>2011-07-15 00:26:23 +0300
commitca5d57ef8ace36ca465208e04aaae1b461cb514a (patch)
tree1b42a4d57db9dd08f4c06bac0f5a1e06e1a91b99 /libavcodec/ac3enc_float.c
parent863e2046fdcdf26493effb6e696d98c9dc23b4a7 (diff)
downloadffmpeg-streaming-ca5d57ef8ace36ca465208e04aaae1b461cb514a.zip
ffmpeg-streaming-ca5d57ef8ace36ca465208e04aaae1b461cb514a.tar.gz
ac3enc: Mark AVClasses const
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/ac3enc_float.c')
-rw-r--r--libavcodec/ac3enc_float.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/ac3enc_float.c b/libavcodec/ac3enc_float.c
index deec79c..776d185 100644
--- a/libavcodec/ac3enc_float.c
+++ b/libavcodec/ac3enc_float.c
@@ -35,8 +35,8 @@
#if CONFIG_AC3_ENCODER
#define AC3ENC_TYPE AC3ENC_TYPE_AC3
#include "ac3enc_opts_template.c"
-static AVClass ac3enc_class = { "AC-3 Encoder", av_default_item_name,
- ac3_options, LIBAVUTIL_VERSION_INT };
+static const AVClass ac3enc_class = { "AC-3 Encoder", av_default_item_name,
+ ac3_options, LIBAVUTIL_VERSION_INT };
#endif
#include "ac3enc_template.c"
OpenPOWER on IntegriCloud