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: libdvbv5: renamed registration descriptor Author: André Roth <[email protected]> Date: Wed Aug 8 09:53:16 2012 -0300 Signed-off-by: André Roth <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]> lib/include/descriptors.h | 2 +- lib/libdvbv5/descriptors.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) --- http://git.linuxtv.org/v4l-utils.git?a=commitdiff;h=63fc6f70fcf568b0c23be5d084f344498b2061ab diff --git a/lib/include/descriptors.h b/lib/include/descriptors.h index 9e3d49b..b1a8e84 100644 --- a/lib/include/descriptors.h +++ b/lib/include/descriptors.h @@ -109,7 +109,7 @@ enum descriptors { video_stream_descriptor = 0x02, audio_stream_descriptor = 0x03, hierarchy_descriptor = 0x04, - dvbpsi_registration_descriptor = 0x05, + registration_descriptor = 0x05, ds_alignment_descriptor = 0x06, target_background_grid_descriptor = 0x07, video_window_descriptor = 0x08, diff --git a/lib/libdvbv5/descriptors.c b/lib/libdvbv5/descriptors.c index d4fab9a..10a61a3 100644 --- a/lib/libdvbv5/descriptors.c +++ b/lib/libdvbv5/descriptors.c @@ -137,7 +137,7 @@ const struct dvb_descriptor dvb_descriptors[] = { [video_stream_descriptor] = { "video_stream_descriptor", NULL, NULL, NULL }, [audio_stream_descriptor] = { "audio_stream_descriptor", NULL, NULL, NULL }, [hierarchy_descriptor] = { "hierarchy_descriptor", NULL, NULL, NULL }, - [dvbpsi_registration_descriptor] = { "dvbpsi_registration_descriptor", NULL, NULL, NULL }, + [registration_descriptor] = { "registration_descriptor", NULL, NULL, NULL }, [ds_alignment_descriptor] = { "ds_alignment_descriptor", NULL, NULL, NULL }, [target_background_grid_descriptor] = { "target_background_grid_descriptor", NULL, NULL, NULL }, [video_window_descriptor] = { "video_window_descriptor", NULL, NULL, NULL }, @@ -1041,7 +1041,7 @@ void hexdump(struct dvb_v5_fe_parms *parms, const char *prefix, const unsigned c /* TODO: remove those stuff */ case ds_alignment_descriptor: -case dvbpsi_registration_descriptor: +case registration_descriptor: case service_list_descriptor: case stuffing_descriptor: case VBI_data_descriptor: _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
