mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
avformat: Don't anonymously typedef structs
This commit is contained in:
parent
7769be590c
commit
daf8cf358a
65 changed files with 117 additions and 117 deletions
|
|
@ -31,7 +31,7 @@
|
|||
#include "avformat.h"
|
||||
#include "internal.h"
|
||||
|
||||
typedef struct {
|
||||
typedef struct CdataDemuxContext {
|
||||
unsigned int channels;
|
||||
unsigned int audio_pts;
|
||||
} CdataDemuxContext;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue