rtmp: support reading and writing FLAC (#5778) (#5789)

This commit is contained in:
Alessandro Ros
2026-05-21 14:50:06 +02:00
committed by GitHub
parent 111302f9e3
commit 0edc3dbe86
41 changed files with 272 additions and 91 deletions
+2 -3
View File
@@ -359,8 +359,7 @@ func newRTPDecoder(forma format.Format) (rtpDecoder, error) {
return nil, err
}
return (*rtpDecoderKLV)(wrapped), nil
default:
return nil, nil
}
return nil, nil
}