Loading drivers/media/v4l2-core/v4l2-ctrls.c +4 −0 Original line number Diff line number Diff line Loading @@ -201,6 +201,10 @@ const char * const *v4l2_ctrl_get_menu(u32 id) static const char * const mpeg_video_bitrate_mode[] = { "Variable Bitrate", "Constant Bitrate", "Maximum Bitrate", "RC OFF", "CBR VFR", "MBR VFR", NULL }; static const char * const mpeg_stream_type[] = { Loading Loading
drivers/media/v4l2-core/v4l2-ctrls.c +4 −0 Original line number Diff line number Diff line Loading @@ -201,6 +201,10 @@ const char * const *v4l2_ctrl_get_menu(u32 id) static const char * const mpeg_video_bitrate_mode[] = { "Variable Bitrate", "Constant Bitrate", "Maximum Bitrate", "RC OFF", "CBR VFR", "MBR VFR", NULL }; static const char * const mpeg_stream_type[] = { Loading