summaryrefslogtreecommitdiff
path: root/libavcodec/h261enc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/h261enc.c')
-rw-r--r--libavcodec/h261enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h261enc.c b/libavcodec/h261enc.c
index eec526c500..da681f140a 100644
--- a/libavcodec/h261enc.c
+++ b/libavcodec/h261enc.c
@@ -392,7 +392,7 @@ static const AVClass h261_class = {
.version = LIBAVUTIL_VERSION_INT,
};
-AVCodec ff_h261_encoder = {
+const AVCodec ff_h261_encoder = {
.name = "h261",
.long_name = NULL_IF_CONFIG_SMALL("H.261"),
.type = AVMEDIA_TYPE_VIDEO,