Signed-off-by: Antti Palosaari <cr...@iki.fi>
---
 utils/v4l2-ctl/v4l2-ctl.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/utils/v4l2-ctl/v4l2-ctl.cpp b/utils/v4l2-ctl/v4l2-ctl.cpp
index 79930b1..fa44697 100644
--- a/utils/v4l2-ctl/v4l2-ctl.cpp
+++ b/utils/v4l2-ctl/v4l2-ctl.cpp
@@ -522,6 +522,7 @@ void printfmt(const struct v4l2_format &vfmt)
                break;
        case V4L2_BUF_TYPE_SDR_CAPTURE:
                printf("\tSample Format   : %s\n", 
fcc2s(vfmt.fmt.sdr.pixelformat).c_str());
+               printf("\tBuffer Size     : %u\n", vfmt.fmt.sdr.buffersize);
                break;
        }
 }
-- 
1.9.3

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to