Skip to content
Snippets Groups Projects

YCbCr output support

Merged Niklas Haas requested to merge yuv_output into master
5 files
+ 39
10
Compare changes
  • Side-by-side
  • Inline
Files
5
  • 880984e7
    We over-ride this when compiling our own code, though, to avoid
    triggering deprecation warnings in our own fallback paths.
    
    As a side-note, also fix the `include` test to include the correct
    config.h location.
@@ -583,7 +583,7 @@ struct pl_buf_params {
// Deprecated. Setting a type now effectively just enables some of the
// buffer usage flags. See `pl_buf_type`. This field will be removed
// in the future.
enum pl_buf_type type;
enum pl_buf_type type PL_DEPRECATED;
};
// A generic buffer, which can be used for multiple purposes (texture transfer,
Loading