summaryrefslogtreecommitdiffstats
path: root/doc/examples
diff options
context:
space:
mode:
authorAndreas Rheinhardt <[email protected]>2020-06-14 03:35:41 +0200
committerAndreas Rheinhardt <[email protected]>2020-06-15 16:54:06 +0200
commit6de6ce7bc80e874099895b6c73977bc2efb06a4d (patch)
tree8f0d2889359c6da49b88f6fa738a2c2f7b3c2470 /doc/examples
parentc784fe8b867e42a1c8d2c48d7046e3e0cce7ec31 (diff)
avformat/matroskaenc: Don't use NULL for %s format string
The argument pertaining to a printf %s conversion specifier must not be NULL, even if the precision (i.e. the number of characters to write) is zero. If it is NULL, it is undefined behaviour. Signed-off-by: Andreas Rheinhardt <[email protected]>
Diffstat (limited to 'doc/examples')
0 files changed, 0 insertions, 0 deletions