This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/v4l-utils.git tree:
Subject: v4l2-ctl-misc.cpp: bugfix display #of readbuffers Author: Andreas Weber <[email protected]> Date: Thu Jan 16 18:27:14 2014 +0100 Signed-off-by: Andreas Weber <[email protected]> Signed-off-by: Hans Verkuil <[email protected]> utils/v4l2-ctl/v4l2-ctl-misc.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- http://git.linuxtv.org/v4l-utils.git?a=commitdiff;h=e50841141d3ecb8419647be2130d133ec8c4c123 diff --git a/utils/v4l2-ctl/v4l2-ctl-misc.cpp b/utils/v4l2-ctl/v4l2-ctl-misc.cpp index 6857fff..4d11ec8 100644 --- a/utils/v4l2-ctl/v4l2-ctl-misc.cpp +++ b/utils/v4l2-ctl/v4l2-ctl-misc.cpp @@ -391,7 +391,7 @@ void misc_get(int fd) printf("\tFrames per second: %.3f (%d/%d)\n", (1.0 * tf.denominator) / tf.numerator, tf.denominator, tf.numerator); - printf("\tRead buffers : %d\n", parm.parm.output.writebuffers); + printf("\tRead buffers : %d\n", parm.parm.capture.readbuffers); } } _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
