]> git.sesse.net Git - ffmpeg/blobdiff - ffmpeg.h
rmdec: set bit rate for ra4
[ffmpeg] / ffmpeg.h
index d260222c55269808eb6baec43aa7e8c458879ac6..1260563cb8c0bb526628abfc596dc8ad24556ac7 100644 (file)
--- a/ffmpeg.h
+++ b/ffmpeg.h
@@ -71,6 +71,8 @@ typedef struct {
 } AudioChannelMap;
 
 typedef struct OptionsContext {
+    OptionGroup *g;
+
     /* input/output options */
     int64_t start_time;
     const char *format;
@@ -246,6 +248,7 @@ typedef struct InputStream {
 
     struct sub2video {
         int64_t last_pts;
+        int64_t end_pts;
         AVFilterBufferRef *ref;
         int w, h;
     } sub2video;
@@ -412,4 +415,6 @@ int configure_output_filter(FilterGraph *fg, OutputFilter *ofilter, AVFilterInOu
 int ist_in_filtergraph(FilterGraph *fg, InputStream *ist);
 FilterGraph *init_simple_filtergraph(InputStream *ist, OutputStream *ost);
 
+int ffmpeg_parse_options(int argc, char **argv);
+
 #endif /* FFMPEG_H */