Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-09-22 13:02:13 +0400
committerDiego Biurrun <diego@biurrun.de>2015-02-14 21:13:49 +0300
commitbf704132a51f5d838365158331d4e535e1df4c8e (patch)
treecbfb2367f3fb49a6d4f122659a62d650833dfb35 /libavutil/file.c
parent7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0 (diff)
Don't anonymously typedef structs
Diffstat (limited to 'libavutil/file.c')
-rw-r--r--libavutil/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/file.c b/libavutil/file.c
index d2765b8490..18a110aeeb 100644
--- a/libavutil/file.c
+++ b/libavutil/file.c
@@ -35,7 +35,7 @@
#include <windows.h>
#endif
-typedef struct {
+typedef struct FileLogContext {
const AVClass *class;
int log_offset;
void *log_ctx;