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
This commit is contained in:
Carl Eugen Hoyos
2008-05-13 15:56:45 +00:00
parent 696c30688b
commit 738a89b93a
2 changed files with 5 additions and 4 deletions

View File

@@ -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,