mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 02:20:07 +01:00
avformat: Don't anonymously typedef structs
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
#define MAX_BUFFER_BLOCKS 150
|
||||
#define BLOCKSIZE 16
|
||||
|
||||
typedef struct {
|
||||
typedef struct CryptoContext {
|
||||
const AVClass *class;
|
||||
URLContext *hd;
|
||||
uint8_t inbuffer [BLOCKSIZE*MAX_BUFFER_BLOCKS],
|
||||
|
||||
Reference in New Issue
Block a user