You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-29 05:57:37 +02:00
avformat: Don't anonymously typedef structs
This commit is contained in:
@@ -54,7 +54,7 @@ struct RMStream {
|
||||
int32_t deint_id; ///< deinterleaver used in audio stream
|
||||
};
|
||||
|
||||
typedef struct {
|
||||
typedef struct RMDemuxContext {
|
||||
int nb_packets;
|
||||
int old_format;
|
||||
int current_stream;
|
||||
|
||||
Reference in New Issue
Block a user