This condition https://github.com/nschlia/ffmpegfs/blob/b95ece1418c633378d47ccc69eef2c7c1efeab1b/src/ffmpeg_transcoder.cc#L811 always evaluates the audio codec regardless if the codec type is audio or video. It always returns `false` for video streams.
This condition
ffmpegfs/src/ffmpeg_transcoder.cc
Line 811 in b95ece1
always evaluates the audio codec regardless if the codec type is audio or video.
It always returns
falsefor video streams.