This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
ffmpeg
Watch
1
Star
0
Fork
0
You've already forked ffmpeg
mirror of
https://git.ffmpeg.org/ffmpeg.git
synced
2024-12-12 02:04:58 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
63b1813119
ffmpeg
/
tests
/
ref
/
fate
/
pixfmt_best
2 lines
33 B
Plaintext
Raw
Normal View
History
Unescape
Escape
avutil: Add NV24 and NV42 pixel formats These are the 4:4:4 variants of the semi-planar NV12/NV21 formats. These formats are not used much, so we've never had a reason to add them until now. VDPAU recently added support HEVC 4:4:4 content and when you use the OpenGL interop, the returned surfaces are in NV24 format, so we need the pixel format for media players, even if there's no direct use within ffmpeg. Separately, there are apparently webcams that use NV24, but I've never seen one.
2019-05-07 03:39:39 +00:00
73 tests passed, 0 tests failed.
Reference in New Issue
Copy Permalink