From ce5e49b0c2c11ec153834677fc5c903dd71d4e6e Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Thu, 28 Apr 2011 01:40:44 +0200 Subject: replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* --- libavcodec/h264data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/h264data.h') diff --git a/libavcodec/h264data.h b/libavcodec/h264data.h index b3631da93b..c459523f71 100644 --- a/libavcodec/h264data.h +++ b/libavcodec/h264data.h @@ -36,7 +36,7 @@ static const uint8_t golomb_to_pict_type[5]= -{FF_P_TYPE, FF_B_TYPE, FF_I_TYPE, FF_SP_TYPE, FF_SI_TYPE}; +{AV_PICTURE_TYPE_P, AV_PICTURE_TYPE_B, AV_PICTURE_TYPE_I, AV_PICTURE_TYPE_SP, AV_PICTURE_TYPE_SI}; static const uint8_t golomb_to_intra4x4_cbp[48]={ 47, 31, 15, 0, 23, 27, 29, 30, 7, 11, 13, 14, 39, 43, 45, 46, -- cgit v1.2.3