diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-04-17 19:54:31 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-04-17 19:54:31 +0000 |
commit | 1f6f435497b141d52e6c8cd97eec59da79001ae1 (patch) | |
tree | 6b890c6adeee97256e5c5b689eeafc37e2e4dc22 /src/post/planar/expand.c | |
parent | d36467d469f721beb0bb689c09e52cff61b1e982 (diff) | |
download | xine-lib-1f6f435497b141d52e6c8cd97eec59da79001ae1.tar.gz xine-lib-1f6f435497b141d52e6c8cd97eec59da79001ae1.tar.bz2 |
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
Diffstat (limited to 'src/post/planar/expand.c')
-rw-r--r-- | src/post/planar/expand.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |