btrfs: Attempt to fix GCC2 build.
[haiku.git] / src / apps / mediaplayer / support / ColorSpaceToString.h
blobcfb07d7ead26eb5ce6d3ec6ac51e899e02dd9692
1 /*
2 * Copyright 2007-2008, Haiku. Stephan Aßmus <superstippi@gmx.de>
3 * All rights reserved. Distributed under the terms of the MIT License.
4 */
6 #ifndef COLOR_SPACE_TO_STRING_H
7 #define COLOR_SPACE_TO_STRING_H
9 #include <GraphicsDefs.h>
11 const char* color_space_to_string(color_space format);
13 #endif // COLOR_SPACE_TO_STRING_H