Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
TestVideoCodecPictureFormat.cpp File Reference

Functions

 TEST (TestVideoCodecPictureFormat, AV1ReportsItsPixelFormatAndBitDepth)
 AV1 decodes through libdav1d, which allocates its own frames and so never has sw_pix_fmt set.
 
 TEST (TestVideoCodecPictureFormat, H264ReportsItsPixelFormatAndBitDepth)
 The get_format() path, which the fallback above must leave alone.
 

Function Documentation

◆ TEST() [1/2]

TEST ( TestVideoCodecPictureFormat ,
AV1ReportsItsPixelFormatAndBitDepth  )

AV1 decodes through libdav1d, which allocates its own frames and so never has sw_pix_fmt set.

◆ TEST() [2/2]

TEST ( TestVideoCodecPictureFormat ,
H264ReportsItsPixelFormatAndBitDepth  )

The get_format() path, which the fallback above must leave alone.