summaryrefslogtreecommitdiff
path: root/src/AS_DCP_internal.h
diff options
context:
space:
mode:
authorPierre-Anthony Lemieux <pal@palemieux.com>2020-04-17 09:49:59 -0700
committerPierre-Anthony Lemieux <pal@palemieux.com>2020-04-17 09:49:59 -0700
commit8be2ad09b94fbf2f023e24cf1b7eec10c03047b4 (patch)
treeb567d2c978f2f07305bf4d2c407dabfd28f58faa /src/AS_DCP_internal.h
parentb15f21a0c760bc8b8b28cd2a04491f4963ac0549 (diff)
Removed dependencies on features available beyond C++98
Diffstat (limited to 'src/AS_DCP_internal.h')
-rwxr-xr-xsrc/AS_DCP_internal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/AS_DCP_internal.h b/src/AS_DCP_internal.h
index b7712b1..f14bfa0 100755
--- a/src/AS_DCP_internal.h
+++ b/src/AS_DCP_internal.h
@@ -887,9 +887,9 @@ namespace ASDCP
// state machine for mxf reader
enum ReaderState_t {
- ST_BEGIN, // waiting for Open()
- ST_READY, // ready to read frames
- ST_RUNNING, // one or more frames read
+ ST_READER_BEGIN, // waiting for Open()
+ ST_READER_READY, // ready to read frames
+ ST_READER_RUNNING, // one or more frames read
};
//