mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-06 14:15:29 +01:00
avformat: Don't anonymously typedef structs
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
* Demuxer for xWMA, a Microsoft audio container used by XAudio 2.
|
||||
*/
|
||||
|
||||
typedef struct {
|
||||
typedef struct XWMAContext {
|
||||
int64_t data_end;
|
||||
} XWMAContext;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user