[FFmpeg-cvslog] wavpack: remove the subframes codec cap

Anton Khirnov git at videolan.org
Tue May 28 10:02:39 CEST 2013


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Sat May 25 06:44:14 2013 +0200| [7b44c9918086c6aeacf7ef9f902af38b97f43170] | committer: Anton Khirnov

wavpack: remove the subframes codec cap

The decoder always consumes full packets.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7b44c9918086c6aeacf7ef9f902af38b97f43170
---

 libavcodec/wavpack.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/wavpack.c b/libavcodec/wavpack.c
index e6e9872..7136e7a 100644
--- a/libavcodec/wavpack.c
+++ b/libavcodec/wavpack.c
@@ -1289,6 +1289,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"),
 };



More information about the ffmpeg-cvslog mailing list