diff options
author | John Stebbins <[email protected]> | 2015-10-22 09:00:51 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2015-10-29 10:25:57 -0700 |
commit | ab93255f3c0c56d3fbadb26d2a1e3141c195acc0 (patch) | |
tree | 98108ed56a5e92a973a9d30ee267466a68e33c2c /libhb/hbffmpeg.h | |
parent | bd6d8dbba750419c4bb46b10f952cc405f7f5054 (diff) |
libhb: don't use deprecated AVPicture
libav just deprecated AVPicture and all av_picture_*/avpicture_*
functions.
Diffstat (limited to 'libhb/hbffmpeg.h')
-rw-r--r-- | libhb/hbffmpeg.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libhb/hbffmpeg.h b/libhb/hbffmpeg.h index ff65bd6cc..30d5455c2 100644 --- a/libhb/hbffmpeg.h +++ b/libhb/hbffmpeg.h @@ -32,4 +32,3 @@ struct SwsContext* hb_sws_get_context(int srcW, int srcH, enum AVPixelFormat srcFormat, int dstW, int dstH, enum AVPixelFormat dstFormat, int flags); -int hb_avpicture_fill(AVPicture *pic, hb_buffer_t *buf); |