From 9701840bb539546bc0cfb1307b04655140851b04 Mon Sep 17 00:00:00 2001 From: Aurelien Jacobs Date: Sun, 9 Mar 2008 23:31:02 +0000 Subject: add FF_ prefix to all (frame)_TYPE usage Originally committed as revision 12399 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/sp5xdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/sp5xdec.c') diff --git a/libavcodec/sp5xdec.c b/libavcodec/sp5xdec.c index e5dd5ea054..25d224889c 100644 --- a/libavcodec/sp5xdec.c +++ b/libavcodec/sp5xdec.c @@ -125,7 +125,7 @@ static int sp5x_decode_frame(AVCodecContext *avctx, return -1; } - s->picture.pict_type = I_TYPE; + s->picture.pict_type = FF_I_TYPE; s->picture.key_frame = 1; for (i = 0; i < 3; i++) -- cgit v1.2.3