1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-06 15:11:58 +00:00
mpv/video/decode
wm4 4fa2babacc video: move struct mp_hwdec_info into its own header file
This means most code accessing this struct must now include hwdec.h
instead of dec_video.h. I just put it into dec_video.h at first because
I thought a separate file would be a waste, but it's more proper to do
it this way, as there are too many files which include dec_video.h only
to get the mp_hwdec_info definition.
2013-11-23 21:26:31 +01:00
..
dec_video.c demux: rename demux_packet.h to packet.h 2013-11-18 18:46:44 +01:00
dec_video.h video: move struct mp_hwdec_info into its own header file 2013-11-23 21:26:31 +01:00
lavc_dr1.c
lavc.h video: move struct mp_hwdec_info into its own header file 2013-11-23 21:26:31 +01:00
vaapi.c video: move struct mp_hwdec_info into its own header file 2013-11-23 21:26:31 +01:00
vd_lavc.c demux: rename demux_packet.h to packet.h 2013-11-18 18:46:44 +01:00
vd.c video: let sh_video->disp_w/h always be container size 2013-09-26 17:33:57 +02:00
vd.h cosmetics: replace "CTRL" defines by enums 2013-10-02 21:19:16 +02:00
vda.c
vdpau_old.c video: move struct mp_hwdec_info into its own header file 2013-11-23 21:26:31 +01:00
vdpau.c video: move struct mp_hwdec_info into its own header file 2013-11-23 21:26:31 +01:00