summaryrefslogtreecommitdiffstats
path: root/common/encode.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/encode.h')
-rw-r--r--common/encode.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/encode.h b/common/encode.h
index 62a8b094e9..2803cde4de 100644
--- a/common/encode.h
+++ b/common/encode.h
@@ -60,7 +60,6 @@ void encode_lavc_stream_eof(struct encode_lavc_context *ctx,
enum stream_type type);
void encode_lavc_set_metadata(struct encode_lavc_context *ctx,
struct mp_tags *metadata);
-void encode_lavc_set_audio_pts(struct encode_lavc_context *ctx, double pts);
bool encode_lavc_didfail(struct encode_lavc_context *ctx); // check if encoding failed
#endif