diff options
| author | jhurst <jhurst@cinecert.com> | 2006-03-14 00:29:50 +0000 |
|---|---|---|
| committer | jhurst <> | 2006-03-14 00:29:50 +0000 |
| commit | 30d642bd3b8474744dfbdcc2bdc46cdf827102c4 (patch) | |
| tree | e31c3e1456494dec612f705e957ea8f9ba7979fc /src/KLV.cpp | |
| parent | 9bfe9676115531eb76649e1ebd5e14b904b53ae2 (diff) | |
added aiff reader
Diffstat (limited to 'src/KLV.cpp')
| -rwxr-xr-x | src/KLV.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/KLV.cpp b/src/KLV.cpp index a0d2089..b31969e 100755 --- a/src/KLV.cpp +++ b/src/KLV.cpp @@ -131,7 +131,7 @@ ASDCP::KLVPacket::Dump(FILE* stream, bool show_hex) } else { - fprintf(stream, "*** Malformed packet ***\n"); + fprintf(stream, "*** Malformed KLV packet ***\n"); } } |
