Loading drivers/media/platform/msm/vidc/msm_venc.c +2 −2 Original line number Diff line number Diff line /* Copyright (c) 2012-2013, The Linux Foundation. All rights reserved. /* Copyright (c) 2012-2014, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -182,7 +182,7 @@ static struct msm_vidc_ctrl msm_venc_ctrls[] = { .name = "Intra Period for P frames", .type = V4L2_CTRL_TYPE_INTEGER, .minimum = 0, .maximum = 10*DEFAULT_FRAME_RATE, .maximum = INT_MAX, .default_value = 2*DEFAULT_FRAME_RATE-1, .step = 1, .menu_skip_mask = 0, Loading Loading
drivers/media/platform/msm/vidc/msm_venc.c +2 −2 Original line number Diff line number Diff line /* Copyright (c) 2012-2013, The Linux Foundation. All rights reserved. /* Copyright (c) 2012-2014, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -182,7 +182,7 @@ static struct msm_vidc_ctrl msm_venc_ctrls[] = { .name = "Intra Period for P frames", .type = V4L2_CTRL_TYPE_INTEGER, .minimum = 0, .maximum = 10*DEFAULT_FRAME_RATE, .maximum = INT_MAX, .default_value = 2*DEFAULT_FRAME_RATE-1, .step = 1, .menu_skip_mask = 0, Loading