mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-28 03:13:08 +08: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