summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2009-11-19 00:05:30 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2009-11-19 00:05:30 +0000
commit8a724ed84d954a36325a4b5fccb60f819bcfc3c0 (patch)
treece8418e1f5567176d72be6883af48367ef91e8ec
parent357561e73fea7364b31b7e14f5235dfd18716c91 (diff)
Revert r20548, it was a dream. It seems faad does not ouput the last frame
in any case. Originally committed as revision 20551 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavcodec/libfaad.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/libfaad.c b/libavcodec/libfaad.c
index 0a39a7e3b9..953c2a1ed2 100644
--- a/libavcodec/libfaad.c
+++ b/libavcodec/libfaad.c
@@ -329,6 +329,5 @@ AVCodec libfaad_decoder = {
NULL,
faac_decode_end,
faac_decode_frame,
- .capabilities = CODEC_CAP_DELAY,
.long_name = NULL_IF_CONFIG_SMALL("libfaad AAC (Advanced Audio Codec)"),
};