mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-03 14:32:16 +02:00
avformat: small AVFormatContext doxy cosmetics
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
8088b5d69c
commit
4f6b34f1f8
@ -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()
|
* Stream information used internally by avformat_find_stream_info()
|
||||||
*/
|
*/
|
||||||
#define MAX_STD_TIMEBASES (30*12+30+3+6)
|
|
||||||
struct {
|
struct {
|
||||||
int64_t last_dts;
|
int64_t last_dts;
|
||||||
int64_t duration_gcd;
|
int64_t duration_gcd;
|
||||||
@ -1859,7 +1859,7 @@ typedef struct AVFormatContext {
|
|||||||
*/
|
*/
|
||||||
char *protocol_whitelist;
|
char *protocol_whitelist;
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* A callback for opening new IO streams.
|
* A callback for opening new IO streams.
|
||||||
*
|
*
|
||||||
* Whenever a muxer or a demuxer needs to open an IO stream (typically from
|
* Whenever a muxer or a demuxer needs to open an IO stream (typically from
|
||||||
|
Loading…
x
Reference in New Issue
Block a user