diff options
| author | Stefan Kersten <stefan.kersten@dolby.com> | 2021-07-14 18:25:26 +0200 |
|---|---|---|
| committer | Stefan Kersten <stefan.kersten@dolby.com> | 2021-07-14 18:25:26 +0200 |
| commit | 6b438cfc1d278be1740ac07eff7cc956143e193d (patch) | |
| tree | 1aa2f2687572b808f6ae7e52dbc31e39734c9a5b /src/Index.cpp | |
| parent | 88508be0b2c0f916e348019eabf12b469eb7b9a1 (diff) | |
Return RESULT_KLV_CODING instead of RESULT_FAIL
Diffstat (limited to 'src/Index.cpp')
| -rwxr-xr-x | src/Index.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Index.cpp b/src/Index.cpp index 81ee5b4..5adc7e2 100755 --- a/src/Index.cpp +++ b/src/Index.cpp @@ -127,7 +127,7 @@ ASDCP::MXF::IndexTableSegment::InitFromTLVSet(TLVReader& TLVSet) if (IndexEntryArray.size() != item_count) { DefaultLogSink().Error("Malformed index table segment, could not decode all IndexEntries.\n"); - return RESULT_FAIL; + return RESULT_KLV_CODING; } } } |
