1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00

fourcc: mark vlc_fourcc_GetChromaDescription with VLC_USED

This commit is contained in:
Rémi Denis-Courmont 2014-11-15 12:42:55 +02:00
parent 267d8be5f3
commit e0fe251e38

View File

@ -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 */