diff options
author | Christian Schmidt <schmidt@digadd.de> | 2012-05-25 15:01:59 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-05-26 12:39:11 +0200 |
commit | f7d5272456ff67d6af262bb220d2af68c85cbb92 (patch) | |
tree | c6ad128aeff1006936aaf0ed7a0554d98ea2d1cf /doc/ffprobe.xsd | |
parent | 36f714f8256a876f4c5f04a70144eecb518a7196 (diff) | |
download | ffmpeg-f7d5272456ff67d6af262bb220d2af68c85cbb92.tar.gz |
ffprobe: display the codec profile in show_stream()
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
Diffstat (limited to 'doc/ffprobe.xsd')
-rw-r--r-- | doc/ffprobe.xsd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ffprobe.xsd b/doc/ffprobe.xsd index 3984b7dc2e..f8e9fe9809 100644 --- a/doc/ffprobe.xsd +++ b/doc/ffprobe.xsd @@ -83,6 +83,7 @@ <xsd:attribute name="index" type="xsd:int" use="required"/> <xsd:attribute name="codec_name" type="xsd:string" /> <xsd:attribute name="codec_long_name" type="xsd:string" /> + <xsd:attribute name="profile" type="xsd:string" /> <xsd:attribute name="codec_type" type="xsd:string" /> <xsd:attribute name="codec_time_base" type="xsd:string" use="required"/> <xsd:attribute name="codec_tag" type="xsd:string" use="required"/> |