]> git.sesse.net Git - mlt/blobdiff - src/modules/gtk2/producer_pixbuf.yml
Fix broken pixbuf and qimage producer metadata.
[mlt] / src / modules / gtk2 / producer_pixbuf.yml
index 7707638efe7a6f7fdef54f1d7f483ad1ce51ce2f..b5f419d0121b5db045027de8a7ff293f14520986 100644 (file)
@@ -26,11 +26,11 @@ parameters:
         See the output of gdk-pixbuf-query-loaders.
         Definitely png, jpeg, tiff, pnm, and xpm will work.
         
-               If "%" in filename, the filename is used with sprintf to generate a
+        If "%" in filename, the filename is used with sprintf to generate a
         filename from a counter for multi-file/flipbook animation. The file 
-               sequence ends when numeric discontinuity >100. If the file sequence
-               does not begin with the count of 100, you can also embed the number
-               of the first image between the "%" and a "d", "i", or "u".
+        sequence ends when numeric discontinuity >100. If the file sequence
+        does not begin with the count of 100, you can also embed the number
+        of the first image between the "%" and a "d", "i", or "u".
         
         If filename contains "/.all.", suffix with an extension to load all 
         pictures with matching extension from a directory.