Loading drivers/media/platform/msm/vidc/msm_vdec.c +1 −1 Original line number Diff line number Diff line Loading @@ -537,7 +537,7 @@ struct msm_vidc_format vdec_formats[] = { .name = "VP8", .description = "VP8 compressed format", .fourcc = V4L2_PIX_FMT_VP8, .get_frame_size = get_frame_size_compressed, .get_frame_size = get_frame_size_compressed_full_yuv, .type = OUTPUT_PORT, .defer_outputs = false, }, Loading Loading
drivers/media/platform/msm/vidc/msm_vdec.c +1 −1 Original line number Diff line number Diff line Loading @@ -537,7 +537,7 @@ struct msm_vidc_format vdec_formats[] = { .name = "VP8", .description = "VP8 compressed format", .fourcc = V4L2_PIX_FMT_VP8, .get_frame_size = get_frame_size_compressed, .get_frame_size = get_frame_size_compressed_full_yuv, .type = OUTPUT_PORT, .defer_outputs = false, }, Loading