summaryrefslogtreecommitdiff
path: root/libavformat/movenc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/movenc.c')
-rw-r--r--libavformat/movenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/movenc.c b/libavformat/movenc.c
index b46ea5cf74..86d65b9c39 100644
--- a/libavformat/movenc.c
+++ b/libavformat/movenc.c
@@ -917,7 +917,7 @@ static int mov_write_header(AVFormatContext *s)
return 0;
}
-static int Timestamp() {
+static int Timestamp(void) {
return 1067949799U+(24107*86400); //its the modification time of this line :)
}