summaryrefslogtreecommitdiffstats
path: root/common/encode_lavc.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/encode_lavc.h')
-rw-r--r--common/encode_lavc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/encode_lavc.h b/common/encode_lavc.h
index 0e72b0d605..467520cc6d 100644
--- a/common/encode_lavc.h
+++ b/common/encode_lavc.h
@@ -91,7 +91,6 @@ struct encode_lavc_context {
// has encoding failed?
bool failed;
- bool finished;
};
// interface for vo/ao drivers
@@ -108,7 +107,6 @@ int encode_lavc_open_codec(struct encode_lavc_context *ctx,
int encode_lavc_available(struct encode_lavc_context *ctx);
int encode_lavc_timesyncfailed(struct encode_lavc_context *ctx);
int encode_lavc_start(struct encode_lavc_context *ctx); // returns 1 on success
-int encode_lavc_oformat_flags(struct encode_lavc_context *ctx);
double encode_lavc_getoffset(struct encode_lavc_context *ctx,
AVCodecContext *codec);
void encode_lavc_fail(struct encode_lavc_context *ctx, const char *format, ...); // report failure of encoding