Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qffmpegvideobuffer.cpp File Reference

(28af77cfe9ce3eaaa528c20fdcf6d3dc84de2049)

#include "qffmpegvideobuffer_p.h"
#include "private/qvideotexturehelper_p.h"
#include "private/qmultimediautils_p.h"
#include "qffmpeghwaccel_p.h"
#include "qloggingcategory.h"
#include <QtCore/qthread.h>
#include <libavutil/pixdesc.h>
#include <libavutil/hdr_dynamic_metadata.h>
#include <libavutil/mastering_display_metadata.h>
Include dependency graph for qffmpegvideobuffer.cpp:

Go to the source code of this file.

Functions

 Q_STATIC_LOGGING_CATEGORY (qLcFFmpegVideoBuffer, "qt.multimedia.ffmpeg.videobuffer")
static bool isFrameFlipped (const AVFrame &frame)

Function Documentation

◆ isFrameFlipped()

bool isFrameFlipped ( const AVFrame & frame)
static

Definition at line 23 of file qffmpegvideobuffer.cpp.

◆ Q_STATIC_LOGGING_CATEGORY()

Q_STATIC_LOGGING_CATEGORY ( qLcFFmpegVideoBuffer ,
"qt.multimedia.ffmpeg.videobuffer"  )