|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "FileItem.h"#include "cores/VideoPlayer/DVDCodecs/DVDFactoryCodec.h"#include "cores/VideoPlayer/DVDCodecs/Video/DVDVideoCodec.h"#include "cores/VideoPlayer/DVDDemuxers/DVDDemux.h"#include "cores/VideoPlayer/DVDDemuxers/DVDFactoryDemuxer.h"#include "cores/VideoPlayer/DVDFileInfo.h"#include "cores/VideoPlayer/DVDInputStreams/DVDFactoryInputStream.h"#include "cores/VideoPlayer/DVDInputStreams/DVDInputStream.h"#include "cores/VideoPlayer/DVDStreamInfo.h"#include "cores/VideoPlayer/Process/ProcessInfo.h"#include "test/TestUtils.h"#include <memory>#include <string>#include <vector>#include <gtest/gtest.h>#include <libavutil/pixdesc.h>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. | |
| 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.