]> git.sesse.net Git - ffmpeg/commitdiff
avformat/avformat: Remove redundant "NOT PART OF PUBLIC API"
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Wed, 18 Mar 2020 13:49:50 +0000 (14:49 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Fri, 22 May 2020 23:40:05 +0000 (01:40 +0200)
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>
libavformat/avformat.h

index 39b99b448186dda5d27fc2e62007d31fbe61f94e..21c282a10071de4cab8aa7e0f69d73fe31c4c539 100644 (file)
@@ -1120,7 +1120,6 @@ typedef struct AVStream {
      * -1   -> probing finished
      *  0   -> no probing requested
      * rest -> perform probing with request_probe being the minimum score to accept.
-     * NOT PART OF PUBLIC API
      */
     int request_probe;
     /**
@@ -1166,7 +1165,6 @@ typedef struct AVStream {
 
     /**
      * Timestamp offset added to timestamps before muxing
-     * NOT PART OF PUBLIC API
      */
     int64_t mux_ts_offset;