mirror of https://git.ffmpeg.org/ffmpeg.git
Merge commit '7b44c9918086c6aeacf7ef9f902af38b97f43170'
* commit '7b44c9918086c6aeacf7ef9f902af38b97f43170': wavpack: remove the subframes codec cap Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
be72853f8a
|
@ -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"),
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue