diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-11-10 16:05:53 +0100 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-11-17 19:47:56 +0100 |
commit | 4cd74c81435919e7ed1a30de5d947d3077ac9299 (patch) | |
tree | 7aabaacb4fe90cef65dec800d7194929907be82b /tests | |
parent | f96a653184e63cea91e08ea75ae60d309e431f40 (diff) | |
download | ffmpeg-4cd74c81435919e7ed1a30de5d947d3077ac9299.tar.gz |
lavu/bprint: implement av_bprint_strftime().
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ref/fate/bprint | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ref/fate/bprint b/tests/ref/fate/bprint index e027fa16be..b33c1ae6e7 100644 --- a/tests/ref/fate/bprint +++ b/tests/ref/fate/bprint @@ -12,3 +12,5 @@ Short text in automatic buffer: 174/174 Long text in automatic buffer: 1000/2834 Long text count only buffer: 0/2834 Long text count only buffer: 255/2834 +strftime full: 255/10 "2000-12-20" +strftime truncated: 255/10 "2000-12" |