mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 01:40:04 +01: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