From 13a3215aed9b9d9d4a068a5da35ef376dcc0dc39 Mon Sep 17 00:00:00 2001 From: Joakim Plate Date: Sat, 1 Jun 2013 16:29:02 +0200 Subject: ffmpeg: restore invalid vda_frame definition Upstream has it this way already, no idea how this ended up changed. --- lib/ffmpeg/libavcodec/vda.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ffmpeg/libavcodec/vda.h b/lib/ffmpeg/libavcodec/vda.h index de7070edea..e3127d9410 100644 --- a/lib/ffmpeg/libavcodec/vda.h +++ b/lib/ffmpeg/libavcodec/vda.h @@ -58,7 +58,7 @@ * * @deprecated Use synchronous decoding mode. */ -typedef struct { +typedef struct vda_frame { /** * The PTS of the frame. * -- cgit v1.2.3