Hendrik Leppkes
Results
2
issues of
Hendrik Leppkes
LAV Splitter should allow to select the active program in MPEG-TS and other formats that expose them. Programs are also used in HLS streams for different variants.
enhancement
splitter
Converting following code causes the converter to mangle the else if, producing "elseif" (one word) in the output, obviously breaking compilation: ``` C typedef struct AVRational{ int num; ///< numerator...