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: libv4l2rds.h: fix typo. Author: Hans Verkuil <[email protected]> Date: Fri Aug 24 12:11:09 2012 +0200 is_rdbs -> is_rbds Signed-off-by: Hans Verkuil <[email protected]> CC: Konke Radlow <[email protected]> lib/include/libv4l2rds.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- http://git.linuxtv.org/v4l-utils.git?a=commitdiff;h=5a64d8b66d5dd94de01a2832b8e9bb87d4002d5c diff --git a/lib/include/libv4l2rds.h b/lib/include/libv4l2rds.h index 3ec7735..6a6c7f3 100644 --- a/lib/include/libv4l2rds.h +++ b/lib/include/libv4l2rds.h @@ -245,7 +245,7 @@ struct v4l2_rds { * initialize a new instance of the RDS-decoding struct and return * a handle containing state and RDS information, used to interact * with the library functions */ -LIBV4L_PUBLIC struct v4l2_rds *v4l2_rds_create(bool is_rdbs); +LIBV4L_PUBLIC struct v4l2_rds *v4l2_rds_create(bool is_rbds); /* frees all memory allocated for the RDS-decoding struct */ LIBV4L_PUBLIC void v4l2_rds_destroy(struct v4l2_rds *handle); _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
