diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2009-02-08 09:39:19 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2009-02-08 09:39:19 +0000 |
commit | 425c9962b2ecffe3e2efe2cc35e04c53cee0e8ef (patch) | |
tree | 1907420d8927d09153b70eeee17867abd3fd2464 /libavformat/mov.c | |
parent | 8e2fd8e1d424f3dda8b1966733a32c3842008896 (diff) | |
download | ffmpeg-425c9962b2ecffe3e2efe2cc35e04c53cee0e8ef.tar.gz |
fix doxygen
Originally committed as revision 17049 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/mov.c')
-rw-r--r-- | libavformat/mov.c | 2 |
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; |