summaryrefslogtreecommitdiff
path: root/softhddevice.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'softhddevice.cpp')
-rw-r--r--softhddevice.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/softhddevice.cpp b/softhddevice.cpp
index 8bda7cd..825035f 100644
--- a/softhddevice.cpp
+++ b/softhddevice.cpp
@@ -1443,12 +1443,12 @@ static void PipPesParse(const uint8_t * data, int size, int is_start)
if (is_start) { // start of pes packet
if (pes_index) {
if (0) {
- fprintf(stderr, "pip: pes packet %8d %02x%02x\n", pes_index,
+ fprintf(stderr, "pip: PES packet %8d %02x%02x\n", pes_index,
pes_buf[2], pes_buf[3]);
}
if (pes_buf[0] || pes_buf[1] || pes_buf[2] != 0x01) {
// FIXME: first should always fail
- esyslog(tr("[softhddev]pip: invalid pes packet %d\n"),
+ esyslog(tr("[softhddev]pip: invalid PES packet %d\n"),
pes_index);
} else {
PipPlayVideo(pes_buf, pes_index);