summaryrefslogtreecommitdiff
path: root/fftools/ffmpeg.h
diff options
context:
space:
mode:
Diffstat (limited to 'fftools/ffmpeg.h')
-rw-r--r--fftools/ffmpeg.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/fftools/ffmpeg.h b/fftools/ffmpeg.h
index 0eee6f4da8..cb475bb690 100644
--- a/fftools/ffmpeg.h
+++ b/fftools/ffmpeg.h
@@ -647,6 +647,10 @@ extern char *qsv_device;
#endif
extern HWDevice *filter_hw_device;
+extern int want_sdp;
+extern unsigned nb_output_dumped;
+extern int main_return_code;
+
void term_init(void);
void term_exit(void);
@@ -683,4 +687,10 @@ int hw_device_setup_for_filter(FilterGraph *fg);
int hwaccel_decode_init(AVCodecContext *avctx);
+/* open the muxer when all the streams are initialized */
+int of_check_init(OutputFile *of);
+
+void of_write_packet(OutputFile *of, AVPacket *pkt, OutputStream *ost,
+ int unqueue);
+
#endif /* FFTOOLS_FFMPEG_H */