dvbinfo: fix typo in description of descriptor 0x10
[email protected] (Jean-Paul Saman) Thu, 5 Mar 2015 11:22:32 +0100 (CET)
| Newsgroups | gmane.comp.video.videolan.libdvbpsi.devel |
|---|---|
| Message-ID | <[email protected]> |
libdvbpsi | branch: master | Jean-Paul Saman <[email protected]> | Thu Mar 5 10:14:58 2015 +0100| [7e6e9fd4fa3a423e3d99bb698eb514e34714f760] | committer: Jean-Paul Saman dvbinfo: fix typo in description of descriptor 0x10 > http://git.videolan.org/gitweb.cgi/libdvbpsi.git/?a=commit;h=7e6e9fd4fa3a423e3d99bb698eb514e34714f760 --- examples/dvbinfo/libdvbpsi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/dvbinfo/libdvbpsi.c b/examples/dvbinfo/libdvbpsi.c index ae976e9..5b3bbbd 100644 --- a/examples/dvbinfo/libdvbpsi.c +++ b/examples/dvbinfo/libdvbpsi.c @@ -842,7 +842,7 @@ static char const* GetDescriptorName(uint8_t tag) case 0x0d: return "Copyright descriptor"; case 0x0e: return "Maximum bitrate descriptor"; case 0x0f: return "Private data indicator descriptor"; - case 0x10: return "Soothing buffer descriptor"; + case 0x10: return "Smoothing buffer descriptor"; case 0x11: return "STD descriptor"; case 0x12: return "IBP descriptor"; // case 0x13..0x1a: return "Defined in ISO/IEC 13818-6"; _______________________________________________ libdvbpsi-devel mailing list [email protected] https://mailman.videolan.org/listinfo/libdvbpsi-devel