Signed-off-by: André Roth <neol...@gmail.com>
---
 lib/include/descriptors.h  |    2 +-
 lib/libdvbv5/descriptors.c |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

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:
-- 
1.7.2.5

--
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