Skip to content

Commit 4239f6a

Browse files
committed
fixed naming convention issue
1 parent bae77af commit 4239f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tsdemux.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ typedef struct TSDPESPacket {
542542
} TSDPESPacket;
543543

544544
// re-typing the PESPacket for user callback consistency.
545-
typedef TSDPESPacket TSPESData;
545+
typedef TSDPESPacket TSDPESData;
546546

547547
/**
548548
* TSDTable Section.

0 commit comments

Comments
 (0)