summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg4video.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-11-30 20:30:11 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-11-30 20:30:11 +0100
commita235af93bd58e99089dcfd428461dc842c867feb (patch)
tree5e0c4c71b5414bc02571987d7e973aee5e6789d5 /libavcodec/mpeg4video.h
parent98a6578468ddd6c83ecbcfad52b9528e90251ce6 (diff)
avcodec/mpeg4video: fix doxycomments so they are not associated with random unrelated fields
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/mpeg4video.h')
-rw-r--r--libavcodec/mpeg4video.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/libavcodec/mpeg4video.h b/libavcodec/mpeg4video.h
index 1d49ab463b..b6b0e5479f 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;