1 /* Public domain. */
2 
3 #ifndef _VIDEO_CMDLINE_H
4 #define _VIDEO_CMDLINE_H
5 
6 static inline const char *
video_get_options(const char * a)7 video_get_options(const char *a)
8 {
9 	return NULL;
10 }
11 
12 #endif
13