aboutsummaryrefslogtreecommitdiff
path: root/lib/ffmpeg/libavcodec
diff options
context:
space:
mode:
authorJoakim Plate <elupus@ecce.se>2013-06-01 16:29:02 +0200
committerJoakim Plate <elupus@ecce.se>2013-06-08 11:50:38 +0200
commit13a3215aed9b9d9d4a068a5da35ef376dcc0dc39 (patch)
tree6d2fac6074ff7453fb25f494a18c54cb4d979d33 /lib/ffmpeg/libavcodec
parentc5a85f72b6f685be832d4e3a43328de49baabf03 (diff)
ffmpeg: restore invalid vda_frame definition
Upstream has it this way already, no idea how this ended up changed.
Diffstat (limited to 'lib/ffmpeg/libavcodec')
-rw-r--r--lib/ffmpeg/libavcodec/vda.h2
1 files changed, 1 insertions, 1 deletions
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.
*