mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-03 11:07:41 +00:00
avformat/avformat: Remove redundant "NOT PART OF PUBLIC API"
AVStream.request_probe as well as AVStream.mux_ts_offset are below the separator of public and private fields, so that a further "NOT PART OF PUBLIC API" is redundant. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
parent
04f67dcccf
commit
9dd8f7312a
@ -1120,7 +1120,6 @@ typedef struct AVStream {
|
|||||||
* -1 -> probing finished
|
* -1 -> probing finished
|
||||||
* 0 -> no probing requested
|
* 0 -> no probing requested
|
||||||
* rest -> perform probing with request_probe being the minimum score to accept.
|
* rest -> perform probing with request_probe being the minimum score to accept.
|
||||||
* NOT PART OF PUBLIC API
|
|
||||||
*/
|
*/
|
||||||
int request_probe;
|
int request_probe;
|
||||||
/**
|
/**
|
||||||
@ -1166,7 +1165,6 @@ typedef struct AVStream {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Timestamp offset added to timestamps before muxing
|
* Timestamp offset added to timestamps before muxing
|
||||||
* NOT PART OF PUBLIC API
|
|
||||||
*/
|
*/
|
||||||
int64_t mux_ts_offset;
|
int64_t mux_ts_offset;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user