Mercurial > mplayer.hg
changeset 31974:1d01a7529269
Remove commented-out mpcodecs_ad_null leftovers.
author | diego |
---|---|
date | Tue, 07 Sep 2010 20:26:37 +0000 |
parents | c2d29ae022a4 |
children | 3602e9bfdde5 |
files | libmpcodecs/ad.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/ad.c Tue Sep 07 16:24:34 2010 +0000 +++ b/libmpcodecs/ad.c Tue Sep 07 20:26:37 2010 +0000 @@ -33,7 +33,6 @@ /* Missed vorbis, mad, dshow */ -//extern ad_functions_t mpcodecs_ad_null; extern const ad_functions_t mpcodecs_ad_mpg123; extern const ad_functions_t mpcodecs_ad_mp3lib; extern const ad_functions_t mpcodecs_ad_ffmpeg; @@ -63,7 +62,6 @@ const ad_functions_t * const mpcodecs_ad_drivers[] = { -// &mpcodecs_ad_null, #ifdef CONFIG_MPG123 &mpcodecs_ad_mpg123, #endif