mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-12-24 11:52:06 +08:00
avformat: Don't anonymously typedef structs
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
#include "avformat.h"
|
||||
#include "internal.h"
|
||||
|
||||
typedef struct {
|
||||
typedef struct CdataDemuxContext {
|
||||
unsigned int channels;
|
||||
unsigned int audio_pts;
|
||||
} CdataDemuxContext;
|
||||
|
||||
Reference in New Issue
Block a user