]> git.sesse.net Git - ffmpeg/commitdiff
avformat: small AVFormatContext doxy cosmetics
authorJames Almer <jamrial@gmail.com>
Thu, 18 Jan 2018 16:00:25 +0000 (13:00 -0300)
committerJames Almer <jamrial@gmail.com>
Thu, 18 Jan 2018 16:00:25 +0000 (13:00 -0300)
Signed-off-by: James Almer <jamrial@gmail.com>
libavformat/avformat.h

index bfb57d7757fe5debc990974978e04f43a9c6a390..e5740be2b4dfb6a85e32267ca4b245c72dfcda39 100644 (file)
@@ -1019,10 +1019,10 @@ typedef struct AVStream {
      *****************************************************************
      */
 
+#define MAX_STD_TIMEBASES (30*12+30+3+6)
     /**
      * Stream information used internally by avformat_find_stream_info()
      */
-#define MAX_STD_TIMEBASES (30*12+30+3+6)
     struct {
         int64_t last_dts;
         int64_t duration_gcd;
@@ -1859,7 +1859,7 @@ typedef struct AVFormatContext {
      */
     char *protocol_whitelist;
 
-    /*
+    /**
      * A callback for opening new IO streams.
      *
      * Whenever a muxer or a demuxer needs to open an IO stream (typically from