[][src]Macro h264_reader::sei_switch

macro_rules! sei_switch {
    (
        $struct_name:ident<$ctx:ty> {
            $( $name:ident : $t:ty => $v:expr ),*,
        }
    ) => { ... };
}