mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-15 19:40:07 +01:00
avformat: Don't anonymously typedef structs
This commit is contained in:
@@ -85,7 +85,7 @@ typedef enum {
|
||||
/*@}*/
|
||||
} MMSSCPacketType;
|
||||
|
||||
typedef struct {
|
||||
typedef struct MMSTContext {
|
||||
MMSContext mms;
|
||||
int outgoing_packet_seq; ///< Outgoing packet sequence number.
|
||||
char path[256]; ///< Path of the resource being asked for.
|
||||
|
||||
Reference in New Issue
Block a user