summaryrefslogtreecommitdiffstats
path: root/video/decode/lavc.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/decode/lavc.h')
-rw-r--r--video/decode/lavc.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/video/decode/lavc.h b/video/decode/lavc.h
index f3cebd0f20..e4db1f5f79 100644
--- a/video/decode/lavc.h
+++ b/video/decode/lavc.h
@@ -140,14 +140,4 @@ enum {
HWDEC_ERR_EMULATED = -4, // probing successful, but emulated API detected
};
-struct hwdec_profile_entry {
- enum AVCodecID av_codec;
- int ff_profile;
- uint64_t hw_profile;
-};
-
-int hwdec_get_max_refs(struct lavc_ctx *ctx);
-int hwdec_setup_hw_frames_ctx(struct lavc_ctx *ctx, AVBufferRef *device_ctx,
- int av_sw_format, int initial_pool_size);
-
#endif