diff vp56data.h @ 6795:6c7e7fdedfd3 libavcodec

Add VP56_FRAME_NONE and use VP56_FRAME_CURRENT. Fixes icc warning #188: enumerated type mixed with another type
author cehoyos
date Tue, 13 May 2008 15:56:45 +0000
parents f7cbb7733146
children c4a4495715dd
line wrap: on
line diff
--- a/vp56data.h	Tue May 13 00:49:38 2008 +0000
+++ b/vp56data.h	Tue May 13 15:56:45 2008 +0000
@@ -27,6 +27,7 @@
 #include "libavutil/common.h"
 
 typedef enum {
+    VP56_FRAME_NONE     =-1,
     VP56_FRAME_CURRENT  = 0,
     VP56_FRAME_PREVIOUS = 1,
     VP56_FRAME_GOLDEN   = 2,