summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/mov.c')
-rw-r--r--libavformat/mov.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c
index d4308fc008..5b9d9c20ea 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -125,7 +125,7 @@ typedef struct MOVStreamContext {
int *keyframes;
int time_scale;
int time_rate;
- int time_offset; /// time offset of the first edit list entry
+ int time_offset; ///< time offset of the first edit list entry
int current_sample;
unsigned int bytes_per_frame;
unsigned int samples_per_frame;