From 738a89b93aefceccc519fed787f5d35d77e9ac73 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Tue, 13 May 2008 15:56:45 +0000 Subject: Add VP56_FRAME_NONE and use VP56_FRAME_CURRENT. Fixes icc warning #188: enumerated type mixed with another type Originally committed as revision 13145 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/vp56data.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/vp56data.h') diff --git a/libavcodec/vp56data.h b/libavcodec/vp56data.h index 6dfb8ebf81..e9fe8bb684 100644 --- a/libavcodec/vp56data.h +++ b/libavcodec/vp56data.h @@ -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, -- cgit v1.2.3