aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/codec
diff options
context:
space:
mode:
Diffstat (limited to 'include/codec')
-rw-r--r--include/codec/SkCodec.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/codec/SkCodec.h b/include/codec/SkCodec.h
index 314bec461c..89fc57ef32 100644
--- a/include/codec/SkCodec.h
+++ b/include/codec/SkCodec.h
@@ -602,6 +602,14 @@ public:
* Number of milliseconds to show this frame.
*/
size_t fDuration;
+
+ /**
+ * Whether the end marker for this frame is contained in the stream.
+ *
+ * Note: this does not guarantee that an attempt to decode will be complete.
+ * There could be an error in the stream.
+ */
+ bool fFullyReceived;
};
/**