diff options
Diffstat (limited to 'src/jogl/native/libav/ffmpeg_tool.h')
-rw-r--r-- | src/jogl/native/libav/ffmpeg_tool.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/jogl/native/libav/ffmpeg_tool.h b/src/jogl/native/libav/ffmpeg_tool.h index dd39146e6..02a297f73 100644 --- a/src/jogl/native/libav/ffmpeg_tool.h +++ b/src/jogl/native/libav/ffmpeg_tool.h @@ -202,6 +202,8 @@ typedef struct { char acodec[64]; char vcodec[64]; + int32_t ready; + } FFMPEGToolBasicAV_t ; #endif /* _FFMPEG_TOOL_H */ |