public static extern String av_color_range_name(AVColorRange range);
public static extern void av_frame_set_color_range(AVFrame* frame, AVColorRange val);
public static extern byte *av_color_range_name(AVColorRange range);
public static extern void av_frame_set_color_range(AVFrame *frame, AVColorRange val);
public static extern void av_frame_set_color_range( IntPtr /* AVFrame* */ frame, AVColorRange val);
public static extern void av_frame_set_color_range( IntPtr/* AVFrame* */ frame, AVColorRange val);