git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00e50ba
)
Enable ffmpeg aac decoder, seems to work currently.
author
Ilkka Ollakka
<ileoo@videolan.org>
Tue, 11 Nov 2008 11:06:41 +0000
(13:06 +0200)
committer
Ilkka Ollakka
<ileoo@videolan.org>
Tue, 11 Nov 2008 11:06:41 +0000
(13:06 +0200)
modules/codec/avcodec/avcodec.c
patch
|
blob
|
history
diff --git
a/modules/codec/avcodec/avcodec.c
b/modules/codec/avcodec/avcodec.c
index
151082e
..
3f7a2e5
100644
(file)
--- 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);