]> git.sesse.net Git - ffmpeg/blobdiff - avconv.h
lavf: make av_probe_input_buffer more robust
[ffmpeg] / avconv.h
index 978195206ee30186ddc5e2afeeb613c177dc83b4..c270401706da615d2105348a75c72546d76be611 100644 (file)
--- a/avconv.h
+++ b/avconv.h
@@ -51,6 +51,7 @@
 enum HWAccelID {
     HWACCEL_NONE = 0,
     HWACCEL_AUTO,
+    HWACCEL_VDPAU,
 };
 
 typedef struct HWAccel {
@@ -402,4 +403,6 @@ FilterGraph *init_simple_filtergraph(InputStream *ist, OutputStream *ost);
 
 int avconv_parse_options(int argc, char **argv);
 
+int vdpau_init(AVCodecContext *s);
+
 #endif /* AVCONV_H */