summaryrefslogtreecommitdiff
path: root/libavcodec/vp56data.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/vp56data.h')
-rw-r--r--libavcodec/vp56data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/vp56data.h b/libavcodec/vp56data.h
index dbf92dd68e..d784b9803a 100644
--- a/libavcodec/vp56data.h
+++ b/libavcodec/vp56data.h
@@ -30,6 +30,7 @@ typedef enum {
VP56_FRAME_CURRENT = 0,
VP56_FRAME_PREVIOUS = 1,
VP56_FRAME_GOLDEN = 2,
+ VP56_FRAME_UNUSED = 3,
} vp56_frame_t;
typedef enum {