[vlc-commits] fourcc: mark vlc_fourcc_GetChromaDescription with VLC_USED
Rémi Denis-Courmont
git at videolan.org
Sat Nov 15 11:43:07 CET 2014
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Nov 15 12:42:55 2014 +0200| [e0fe251e38228195fe83c84b4eed675295d1862b] | committer: Rémi Denis-Courmont
fourcc: mark vlc_fourcc_GetChromaDescription with VLC_USED
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e0fe251e38228195fe83c84b4eed675295d1862b
---
include/vlc_fourcc.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/vlc_fourcc.h b/include/vlc_fourcc.h
index 567d563..70b35d6 100644
--- a/include/vlc_fourcc.h
+++ b/include/vlc_fourcc.h
@@ -629,7 +629,7 @@ typedef struct {
* It returns a vlc_chroma_description_t describing the request fourcc or NULL
* if not found.
*/
-VLC_API const vlc_chroma_description_t * vlc_fourcc_GetChromaDescription( vlc_fourcc_t fourcc );
+VLC_API const vlc_chroma_description_t * vlc_fourcc_GetChromaDescription( vlc_fourcc_t fourcc ) VLC_USED;
#endif /* _VLC_FOURCC_H */
More information about the vlc-commits
mailing list