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

diff --git a/lib/libdvbv5/descriptors.c b/lib/libdvbv5/descriptors.c
index 226349e..f46aa4a 100644
--- a/lib/libdvbv5/descriptors.c
+++ b/lib/libdvbv5/descriptors.c
@@ -1359,6 +1359,6 @@ void hexdump(struct dvb_v5_fe_parms *parms, const char 
*prefix, const unsigned c
                for (i = strlen(hex); i < 49; i++)
                        strncat(spaces, " ", sizeof(spaces));
                ascii[j] = '\0';
-               dvb_log("%s %s %s %s", prefix, hex, spaces, ascii);
+               dvb_log("%s%s %s %s", prefix, hex, spaces, ascii);
        }
 }
diff --git a/lib/libdvbv5/descriptors/mpeg_pes.c 
b/lib/libdvbv5/descriptors/mpeg_pes.c
index 1b518a3..98364a3 100644
--- a/lib/libdvbv5/descriptors/mpeg_pes.c
+++ b/lib/libdvbv5/descriptors/mpeg_pes.c
@@ -33,7 +33,7 @@ void dvb_mpeg_pes_init(struct dvb_v5_fe_parms *parms, const 
uint8_t *buf, ssize_
        bswap32(pes->bitfield);
        bswap16(pes->length);
 
-       if (pes->sync != 0x000001 ) {
+       if (pes->sync != 0x000001) {
                dvb_logerr("mpeg pes invalid");
                return;
        }
-- 
1.8.3.2

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