|
@@ -32,7 +32,7 @@
|
|
#include "s5p_mfc_intr.h"
|
|
#include "s5p_mfc_intr.h"
|
|
#include "s5p_mfc_opr.h"
|
|
#include "s5p_mfc_opr.h"
|
|
|
|
|
|
-#define DEF_SRC_FMT_ENC V4L2_PIX_FMT_NV12MT
|
|
|
|
|
|
+#define DEF_SRC_FMT_ENC V4L2_PIX_FMT_NV12M
|
|
#define DEF_DST_FMT_ENC V4L2_PIX_FMT_H264
|
|
#define DEF_DST_FMT_ENC V4L2_PIX_FMT_H264
|
|
|
|
|
|
static struct s5p_mfc_fmt formats[] = {
|
|
static struct s5p_mfc_fmt formats[] = {
|
|
@@ -67,8 +67,7 @@ static struct s5p_mfc_fmt formats[] = {
|
|
.codec_mode = S5P_MFC_CODEC_NONE,
|
|
.codec_mode = S5P_MFC_CODEC_NONE,
|
|
.type = MFC_FMT_RAW,
|
|
.type = MFC_FMT_RAW,
|
|
.num_planes = 2,
|
|
.num_planes = 2,
|
|
- .versions = MFC_V5_BIT | MFC_V6_BIT | MFC_V7_BIT |
|
|
|
|
- MFC_V8_BIT,
|
|
|
|
|
|
+ .versions = MFC_V6_BIT | MFC_V7_BIT | MFC_V8_BIT,
|
|
},
|
|
},
|
|
{
|
|
{
|
|
.name = "H264 Encoded Stream",
|
|
.name = "H264 Encoded Stream",
|