mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-16 03:50:05 +01:00
avformat: Don't anonymously typedef structs
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
|
||||
#define VALIDATE_INDEX_TS_THRESH 2500
|
||||
|
||||
typedef struct {
|
||||
typedef struct FLVContext {
|
||||
const AVClass *class; ///< Class for private options.
|
||||
int trust_metadata; ///< configure streams according onMetaData
|
||||
int wrong_dts; ///< wrong dts due to negative cts
|
||||
|
||||
Reference in New Issue
Block a user