]> git.sesse.net Git - x264/blobdiff - input/input.h
Add --input-fmt option to lavf input
[x264] / input / input.h
index 43826d7331b50c5c2e205d2f2b04cd2305017780..c8008a6a1f94d4e0cda44a98710f05b18d268cf8 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * input.h: file input
  *****************************************************************************
- * Copyright (C) 2003-2010 x264 project
+ * Copyright (C) 2003-2011 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
@@ -34,6 +34,7 @@
 typedef struct
 {
     char *index_file;
+    char *format;
     char *resolution;
     char *colorspace;
     int bit_depth;