[vlc-devel] commit: Enable ffmpeg aac decoder, seems to work currently. (Ilkka Ollakka )
git version control
git at videolan.org
Tue Nov 11 12:07:55 CET 2008
vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Tue Nov 11 13:06:41 2008 +0200| [82674c404707d81843ca67d512f3eb073732a984] | committer: Ilkka Ollakka
Enable ffmpeg aac decoder, seems to work currently.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=82674c404707d81843ca67d512f3eb073732a984
---
modules/codec/avcodec/avcodec.c | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/modules/codec/avcodec/avcodec.c b/modules/codec/avcodec/avcodec.c
index 151082e..3f7a2e5 100644
--- a/modules/codec/avcodec/avcodec.c
+++ b/modules/codec/avcodec/avcodec.c
@@ -222,14 +222,6 @@ static int OpenDecoder( vlc_object_t *p_this )
return VLC_EGENERIC;
}
- /* Bail out if buggy decoder */
- if( i_codec_id == CODEC_ID_AAC )
- {
- msg_Dbg( p_dec, "refusing to use ffmpeg's (%s) decoder which is buggy",
- psz_namecodec );
- return VLC_EGENERIC;
- }
-
/* Initialization must be done before avcodec_find_decoder() */
InitLibavcodec(p_this);
More information about the vlc-devel
mailing list