summaryrefslogtreecommitdiffstats
path: root/common/encode_lavc.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-04-21 19:14:34 +0200
committerJan Ekström <jeebjp@gmail.com>2018-04-29 02:21:32 +0300
commit05e75e794623754f6e1e77ea20f46629bc71882b (patch)
tree95d7bc17111b6458a3b2a1fde5152c9bc78a657b /common/encode_lavc.h
parentd2349cb833efd99b2f3382a7629b9e70f2b50d24 (diff)
downloadmpv-05e75e794623754f6e1e77ea20f46629bc71882b.tar.bz2
mpv-05e75e794623754f6e1e77ea20f46629bc71882b.tar.xz
encode: some more cleanups
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