summaryrefslogtreecommitdiff
path: root/formats/format_h264.c
diff options
context:
space:
mode:
Diffstat (limited to 'formats/format_h264.c')
-rw-r--r--formats/format_h264.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/formats/format_h264.c b/formats/format_h264.c
index 5beb826ec..3e358086e 100644
--- a/formats/format_h264.c
+++ b/formats/format_h264.c
@@ -188,12 +188,12 @@ int usecount()
return me.usecnt;
}
-char *description()
+const char *description()
{
return "Raw h264 data";
}
-char *key()
+const char *key()
{
return ASTERISK_GPL_KEY;
}