From 975a1447f76e8d30fc01e6ea5466c84faf3d76e4 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Fri, 29 Apr 2011 18:53:57 +0200 Subject: Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. Signed-off-by: Diego Biurrun --- libavcodec/cavs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/cavs.h') diff --git a/libavcodec/cavs.h b/libavcodec/cavs.h index 29ba4d4d7f..32479ced58 100644 --- a/libavcodec/cavs.h +++ b/libavcodec/cavs.h @@ -278,7 +278,7 @@ static inline void set_mv_intra(AVSContext *h) { set_mvs(&h->mv[MV_FWD_X0], BLK_16X16); h->mv[MV_BWD_X0] = ff_cavs_intra_mv; set_mvs(&h->mv[MV_BWD_X0], BLK_16X16); - if(h->pic_type != FF_B_TYPE) + if(h->pic_type != AV_PICTURE_TYPE_B) h->col_type_base[h->mbidx] = I_8X8; } -- cgit v1.2.3