From 185e95ee3d4436e03255759495d783a944e6dfbb Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 3 Dec 2014 22:59:12 +0100 Subject: video: remove internal QP passing This was required by vf_pp, which was just removed. vf_dlopen has this stuff in its API. This API is considered stable, so the related fields are not removed from it. But the fields are always 0 now, so there's no point in keeping the example program around. vf_pullup.c did some extremely awkward passthrough of this information, but didn't actually use it. --- old-configure | 6 ------ 1 file changed, 6 deletions(-) (limited to 'old-configure') diff --git a/old-configure b/old-configure index 91f83da2f9..6d00ff4946 100755 --- a/old-configure +++ b/old-configure @@ -820,12 +820,6 @@ api_statement_check \ libavutil/frame.h \ 'enum AVFrameSideDataType type = AV_FRAME_DATA_SKIP_SAMPLES' -api_statement_check \ - "libavutil QP API" \ - HAVE_AVUTIL_QP_API \ - libavutil/frame.h \ - 'av_frame_get_qp_table(NULL, NULL, NULL)' - api_statement_check \ "libavcodec av_vdpau_alloc_context()" \ HAVE_AVCODEC_VDPAU_ALLOC_CONTEXT \ -- cgit v1.2.3