From 1f6f435497b141d52e6c8cd97eec59da79001ae1 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Sat, 17 Apr 2004 19:54:31 +0000 Subject: swap usage of "up" and "down" to the more common meaning: "down" is the usual datapath from decoder to output, "up" is the opposite way -> this means swapping two function names -> this means increasing the post plugin iface version external plugin developers: just swap usage of _x_post_frame_copy_up() and _x_post_frame_copy_down() functions CVS patchset: 6412 CVS date: 2004/04/17 19:54:31 --- src/post/planar/expand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/post/planar/expand.c') diff --git a/src/post/planar/expand.c b/src/post/planar/expand.c index 41ab10227..9e9a51515 100644 --- a/src/post/planar/expand.c +++ b/src/post/planar/expand.c @@ -49,7 +49,7 @@ * - this frame is given to the decoder, which paints its image inside * - when the decoder draws the frame, the post plugin architecture * will automatically restore the old pointers - * This way, the decoder (or any other post plugin down the tree) will only + * This way, the decoder (or any other post plugin up the tree) will only * see the frame area between the black bars and by that modify the * enlarged version directly. No need for later copying. */ -- cgit v1.2.3