Commit a235af93 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/mpeg4video: fix doxycomments so they are not associated with random unrelated fields

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 98a65784
...@@ -62,22 +62,22 @@ ...@@ -62,22 +62,22 @@
typedef struct Mpeg4DecContext { typedef struct Mpeg4DecContext {
MpegEncContext m; 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 time_increment_bits;
int shape; int shape;
int vol_sprite_usage; int vol_sprite_usage;
int sprite_brightness_change; int sprite_brightness_change;
int num_sprite_warping_points; int num_sprite_warping_points;
///< sprite trajectory points /// sprite trajectory points
uint16_t sprite_traj[4][2]; uint16_t sprite_traj[4][2];
///< sprite shift [isChroma] /// sprite shift [isChroma]
int sprite_shift[2]; int sprite_shift[2];
// reversible vlc // reversible vlc
int rvlc; int rvlc;
///< could this stream contain resync markers /// could this stream contain resync markers
int resync_marker; 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 t_frame;
int new_pred; int new_pred;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment