[FFmpeg-cvslog] avformat/avformat: Remove redundant "NOT PART OF PUBLIC API"

Andreas Rheinhardt git at videolan.org
Sat May 23 02:51:18 EEST 2020


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at gmail.com> | Wed Mar 18 14:49:50 2020 +0100| [9dd8f7312a7702240c8a7f8d0f6515a3cfc80f19] | committer: Andreas Rheinhardt

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 at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9dd8f7312a7702240c8a7f8d0f6515a3cfc80f19
---

 libavformat/avformat.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 39b99b4481..21c282a100 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -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;
 



More information about the ffmpeg-cvslog mailing list