]> git.sesse.net Git - ffmpeg/blobdiff - ffmpeg.h
Changelog: add 2.5 entry
[ffmpeg] / ffmpeg.h
index 1ace8be71f62fc40072d78126b41cbef2d64a568..117a35ce87515fb6488dbde85a9a85173fe09c5a 100644 (file)
--- a/ffmpeg.h
+++ b/ffmpeg.h
@@ -422,6 +422,7 @@ typedef struct OutputStream {
     AVDictionary *encoder_opts;
     AVDictionary *swr_opts;
     AVDictionary *resample_opts;
+    AVDictionary *bsf_args;
     char *apad;
     OSTFinished finished;        /* no more packets should be written for this stream */
     int unavailable;                     /* true if the steram is unavailable (possibly temporarily) */
@@ -483,6 +484,7 @@ extern int do_deinterlace;
 extern int do_hex_dump;
 extern int do_pkt_dump;
 extern int copy_ts;
+extern int start_at_zero;
 extern int copy_tb;
 extern int debug_ts;
 extern int exit_on_error;