Skip to content

Commit

Permalink
Allow to preview some stacked or interleaved high bit depth formats
Browse files Browse the repository at this point in the history
Currently,
yuv420p10le, yuv444p10le, gray10le
yuv420p16le, yuv444p16le, gray16le

video menu -> bit depth

Important: this commit introduces changes needed to display a preview
clip with different resolution than the real one. Some old related code
was removed in 0062a26

Also to note is that the GetVideoWidth and GetVideoHeight macro functions
will still return the original dimensions
  • Loading branch information
vdcrim committed Aug 4, 2013
1 parent a950485 commit d0cb9ab
Show file tree
Hide file tree
Showing 2 changed files with 167 additions and 69 deletions.

2 comments on commit d0cb9ab

@tophf
Copy link
Contributor

@tophf tophf commented on d0cb9ab Aug 4, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

resolution-based YUV-RGB matrix autoselection should consider high-bitdepth flag, otherwise it fails on 480p.

@vdcrim
Copy link
Contributor Author

@vdcrim vdcrim commented on d0cb9ab Aug 4, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right. Fixed.

Please sign in to comment.