summaryrefslogtreecommitdiff
path: root/include/kitchensink/kitplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/kitchensink/kitplayer.h')
-rw-r--r--include/kitchensink/kitplayer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/kitchensink/kitplayer.h b/include/kitchensink/kitplayer.h
index 9be6dea..b5c7ca3 100644
--- a/include/kitchensink/kitplayer.h
+++ b/include/kitchensink/kitplayer.h
@@ -44,6 +44,7 @@ typedef struct Kit_Player {
void *vcodec_ctx;
void *acodec_ctx;
void *tmp_vframe;
+ void *tmp_aframe;
void *swr;
void *sws;
const Kit_Source *src;