diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2011-10-24 01:23:22 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2011-11-16 00:30:35 +0100 |
commit | 0491a2a07a44f6e5e6f34081835e402c07025fd2 (patch) | |
tree | 880ae11629c80894a6d14be4d84f18a8eede1086 /doc/ffprobe.texi | |
parent | 7776091b9f8af51750b27bacd5a50e35fa3930ea (diff) | |
download | ffmpeg-0491a2a07a44f6e5e6f34081835e402c07025fd2.tar.gz |
ffprobe: force display of missing fields, depending on writer.flags
Add flags field to Writer, and define the
WRITER_FLAG_DISPLAY_OPTIONAL_FIELDS flag which forces the display of
optional fields, for example non-available or invalid fields.
Also set the flag in the default writer.
This change is required as for some writers it is preferable to show all
fields (for example for avoiding a variable number of fields in CSV
output), while for other formats (e.g. JSON, XML) it is better to leave
invalid/unavailable fields unspecified and thus simplify the parsing
stage on the deserializer side.
Diffstat (limited to 'doc/ffprobe.texi')
0 files changed, 0 insertions, 0 deletions