[FFmpeg-devel] [PATCH 4/7] lavu/avstring: add av_append_path_component() funcion

Michael Niedermayer michaelni at gmx.at
Fri Mar 20 14:26:13 CET 2015


On Fri, Mar 20, 2015 at 03:01:59AM +0100, Mariusz Szczepańczyk wrote:
> From: Lukasz Marek <lukasz.m.luki2 at gmail.com>
> 
> TODO: bump minor, update doc/APIchanges
> 
> Convinient function to build paths.
> 
> Signed-off-by: Lukasz Marek <lukasz.m.luki2 at gmail.com>

breaks make fate-avstring
TEST    avstring
--- ./tests/ref/fate/avstring   2015-03-20 00:09:08.379029694 +0100
+++ tests/data/fate/avstring    2015-03-20 14:23:31.052109657 +0100
@@ -25,3 +25,12 @@
 |'foo : \ \  '   : blahblah| -> |foo : \ \  | + |: blahblah|
 |'\fo\o:': blahblah| -> |\fo\o:| + |: blahblah|
 |\'fo\o\:':  foo  '  :blahblah| -> |'foo::  foo  | + |:blahblah|
+Testing av_append_path_component()
+(null) = (null)
+path = path
+comp = comp
+path/comp = path/comp
+path/comp = path/comp
+path/comp = path/comp
+path/comp = path/comp
+path/path2/comp/comp2 = path/path2/comp/comp2
Test avstring failed. Look at tests/data/fate/avstring.err for details.
make: *** [fate-avstring] Error 1

if the change is intended, the patch needs to also update the test
reference

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

No snowflake in an avalanche ever feels responsible. -- Voltaire
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150320/38ca0ee5/attachment.asc>


More information about the ffmpeg-devel mailing list