mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 11:49:48 +00:00
avcodec/mpeg4video: fix doxycomments so they are not associated with random unrelated fields
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
98a6578468
commit
a235af93bd
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user