display: don't store the dummy context in the display anymore
Use the one from the vout thread if it exists. We create one unconditionally for now not to break the current VAAPI implementation. Later the video context will come from the decoder (if any).
Showing
- include/vlc_vout_display.h 1 addition, 1 deletioninclude/vlc_vout_display.h
- modules/video_output/splitter.c 2 additions, 2 deletionsmodules/video_output/splitter.c
- src/input/resource.c 3 additions, 1 deletionsrc/input/resource.c
- src/video_output/display.c 3 additions, 12 deletionssrc/video_output/display.c
- src/video_output/vout_wrapper.c 2 additions, 2 deletionssrc/video_output/vout_wrapper.c
Loading