summaryrefslogtreecommitdiff
path: root/vaenc/va_encode.c
diff options
context:
space:
mode:
Diffstat (limited to 'vaenc/va_encode.c')
-rw-r--r--vaenc/va_encode.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/vaenc/va_encode.c b/vaenc/va_encode.c
index 5eb8929..29f9986 100644
--- a/vaenc/va_encode.c
+++ b/vaenc/va_encode.c
@@ -116,8 +116,8 @@ unsigned int current_IDR_display = 0;
unsigned int current_frame_num = 0;
unsigned int current_frame_type;
-unsigned int misc_priv_type = 0;
-unsigned int misc_priv_value = 0;
+unsigned int misc_tu_type = 6;
+unsigned int misc_tu_value = 7;
int pm_active = 0;
int interactive_mode = 0; /* stop at every vaEndPicture */
@@ -591,10 +591,10 @@ static int process_cmdline(int argc, char *argv[])
calc_psnr = 1;
break;
case 14:
- misc_priv_type = strtol(optarg, NULL, 0);
+ misc_tu_type = strtol(optarg, NULL, 0);
break;
case 15:
- misc_priv_value = strtol(optarg, NULL, 0);
+ misc_tu_value = strtol(optarg, NULL, 0);
break;
case 17:
h264_entropy_mode = atoi(optarg) ? 1: 0;