Commit be72853f authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '7b44c991'

* commit '7b44c991':
  wavpack: remove the subframes codec cap
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents f6beb361 7b44c991
......@@ -1301,6 +1301,6 @@ AVCodec ff_wavpack_decoder = {
.close = wavpack_decode_end,
.decode = wavpack_decode_frame,
.flush = wavpack_decode_flush,
.capabilities = CODEC_CAP_SUBFRAMES | CODEC_CAP_DR1,
.capabilities = CODEC_CAP_DR1,
.long_name = NULL_IF_CONFIG_SMALL("WavPack"),
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment