commit | 975a1447f76e8d30fc01e6ea5466c84faf3d76e4 | [log] [tgz] |
---|---|---|
author | Stefano Sabatini <[email protected]> | Fri Apr 29 16:53:57 2011 |
committer | Diego Biurrun <[email protected]> | Mon May 02 10:18:44 2011 |
tree | d462ee5cc7a2f59c44f797c97fc237c999c94e55 | |
parent | 6209669de4a0aa056ae05b0a2c78eaf2ca489b23 [diff] [blame] |
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. Signed-off-by: Diego Biurrun <[email protected]>
diff --git a/libavcodec/lclenc.c b/libavcodec/lclenc.c index 63cb237..3285d1a 100644 --- a/libavcodec/lclenc.c +++ b/libavcodec/lclenc.c
@@ -76,7 +76,7 @@ int zret; // Zlib return code *p = *pict; - p->pict_type= FF_I_TYPE; + p->pict_type= AV_PICTURE_TYPE_I; p->key_frame= 1; if(avctx->pix_fmt != PIX_FMT_BGR24){