mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-12-24 11:52:06 +08:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user