summaryrefslogtreecommitdiff
path: root/video/decode/dec_video.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/decode/dec_video.h')
-rw-r--r--video/decode/dec_video.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/video/decode/dec_video.h b/video/decode/dec_video.h
index 9541cb3..5298a56 100644
--- a/video/decode/dec_video.h
+++ b/video/decode/dec_video.h
@@ -35,7 +35,7 @@ struct dec_video {
struct vf_chain *vfilter; // video filter chain
struct vo *vo; // (still) needed by video_set/get_colors
const struct vd_functions *vd_driver;
- struct mp_hwdec_info hwdec_info; // video output hwdec handles
+ struct mp_hwdec_info *hwdec_info; // video output hwdec handles
struct sh_stream *header;
char *decoder_desc;
@@ -72,7 +72,6 @@ struct dec_video {
// Final PTS of previously decoded image
double decoded_pts;
- float stream_aspect; // aspect ratio in media headers (DVD IFO files)
int bitrate; // compressed bits/sec
float fps; // FPS from demuxer or from user override
float initial_decoder_aspect;