[FFmpeg-cvslog] avcodec/mpeg4video: fix doxycomments so they are not associated with random unrelated fields
Michael Niedermayer
git at videolan.org
Sat Nov 30 20:37:46 CET 2013
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat Nov 30 20:30:11 2013 +0100| [a235af93bd58e99089dcfd428461dc842c867feb] | committer: Michael Niedermayer
avcodec/mpeg4video: fix doxycomments so they are not associated with random unrelated fields
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a235af93bd58e99089dcfd428461dc842c867feb
---
libavcodec/mpeg4video.h | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/libavcodec/mpeg4video.h b/libavcodec/mpeg4video.h
index 1d49ab4..b6b0e54 100644
--- a/libavcodec/mpeg4video.h
+++ b/libavcodec/mpeg4video.h
@@ -62,22 +62,22 @@
typedef struct Mpeg4DecContext {
MpegEncContext m;
- ///< number of bits to represent the fractional part of time
+ /// number of bits to represent the fractional part of time
int time_increment_bits;
int shape;
int vol_sprite_usage;
int sprite_brightness_change;
int num_sprite_warping_points;
- ///< sprite trajectory points
+ /// sprite trajectory points
uint16_t sprite_traj[4][2];
- ///< sprite shift [isChroma]
+ /// sprite shift [isChroma]
int sprite_shift[2];
// reversible vlc
int rvlc;
- ///< could this stream contain resync markers
+ /// could this stream contain resync markers
int resync_marker;
- ///< time distance of first I -> B, used for interlaced b frames
+ /// time distance of first I -> B, used for interlaced b frames
int t_frame;
int new_pred;
More information about the ffmpeg-cvslog
mailing list