Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-09-22 03:42:29 +0400
committerStefano Sabatini <stefasab@gmail.com>2012-09-22 11:34:56 +0400
commit4cd1addcc45a5feba525635c03f0f0239b10f990 (patch)
tree762360eeaaf111ccd15d32bb6dfe9e4456b4cc38 /doc/ffprobe.xsd
parent07cdd394782b59ba97298100f25bac30399695dd (diff)
ffprobe: add -bitexact boolean option
The option is mostly useful to make ffprobe output independent from the build, and in particular to fix FATE --enable-small failures.
Diffstat (limited to 'doc/ffprobe.xsd')
-rw-r--r--doc/ffprobe.xsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ffprobe.xsd b/doc/ffprobe.xsd
index b4887aed37..403d59e3e5 100644
--- a/doc/ffprobe.xsd
+++ b/doc/ffprobe.xsd
@@ -142,7 +142,7 @@
<xsd:attribute name="filename" type="xsd:string" use="required"/>
<xsd:attribute name="nb_streams" type="xsd:int" use="required"/>
<xsd:attribute name="format_name" type="xsd:string" use="required"/>
- <xsd:attribute name="format_long_name" type="xsd:string" use="required"/>
+ <xsd:attribute name="format_long_name" type="xsd:string"/>
<xsd:attribute name="start_time" type="xsd:float"/>
<xsd:attribute name="duration" type="xsd:float"/>
<xsd:attribute name="size" type="xsd:long"/>