From 7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 22 Sep 2014 11:01:31 +0200 Subject: avcodec: Don't anonymously typedef structs --- libavcodec/v210enc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/v210enc.h') diff --git a/libavcodec/v210enc.h b/libavcodec/v210enc.h index f950328d30..908506db6e 100644 --- a/libavcodec/v210enc.h +++ b/libavcodec/v210enc.h @@ -23,7 +23,7 @@ #include "libavutil/opt.h" #include "libavutil/pixfmt.h" -typedef struct { +typedef struct V210EncContext { void (*pack_line_8)(const uint8_t *y, const uint8_t *u, const uint8_t *v, uint8_t *dst, ptrdiff_t width); void (*pack_line_10)(const uint16_t *y, const uint16_t *u, -- cgit v1.2.3