forked from FFmpeg/FFmpeg
avcodec/avcodec: downgrade multi-member comment to non-Doxygen comment
Doxygen only associates this comment with "pts_correction_num_faulty_pts", causing it to display incorrectly. Signed-off-by: Andrew Sayers <ffmpeg-devel@pileofstuff.org>
This commit is contained in:
parent
899e022cd7
commit
0dde5c5efa
1 changed files with 1 additions and 1 deletions
|
@ -1827,7 +1827,7 @@ typedef struct AVCodecContext {
|
|||
*/
|
||||
const struct AVCodecDescriptor *codec_descriptor;
|
||||
|
||||
/**
|
||||
/*
|
||||
* Current statistics for PTS correction.
|
||||
* - decoding: maintained and used by libavcodec, not intended to be used by user apps
|
||||
* - encoding: unused
|
||||
|
|
Loading…
Add table
Reference in a new issue