You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
Merge commit 'fa85fcf2b7d1ab822a59245077b8bb855406d3e9'
* commit 'fa85fcf2b7d1ab822a59245077b8bb855406d3e9': qsvenc_hevc: fix enum declaration Merged-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
@@ -36,11 +36,11 @@
|
|||||||
#include "qsv_internal.h"
|
#include "qsv_internal.h"
|
||||||
#include "qsvenc.h"
|
#include "qsvenc.h"
|
||||||
|
|
||||||
enum {
|
enum LoadPlugin {
|
||||||
LOAD_PLUGIN_NONE,
|
LOAD_PLUGIN_NONE,
|
||||||
LOAD_PLUGIN_HEVC_SW,
|
LOAD_PLUGIN_HEVC_SW,
|
||||||
LOAD_PLUGIN_HEVC_HW,
|
LOAD_PLUGIN_HEVC_HW,
|
||||||
} LoadPlugin;
|
};
|
||||||
|
|
||||||
typedef struct QSVHEVCEncContext {
|
typedef struct QSVHEVCEncContext {
|
||||||
AVClass *class;
|
AVClass *class;
|
||||||
|
Reference in New Issue
Block a user