diff options
author | James Almer <jamrial@gmail.com> | 2018-01-18 13:00:25 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2018-01-18 13:00:25 -0300 |
commit | 4f6b34f1f803a103f321330bc5f9e4a01f788925 (patch) | |
tree | 9ffd1b023ae6f16565cf006ae29a8174c12bac38 /libavformat/avformat.h | |
parent | 8088b5d69c51b9329ccbc6d1125cf55c54ff6374 (diff) | |
download | ffmpeg-4f6b34f1f803a103f321330bc5f9e4a01f788925.tar.gz |
avformat: small AVFormatContext doxy cosmetics
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index bfb57d7757..e5740be2b4 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -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 |