diff options
| author | Thibaut Mattern <tmattern@users.sourceforge.net> | 2004-11-30 00:40:59 +0000 |
|---|---|---|
| committer | Thibaut Mattern <tmattern@users.sourceforge.net> | 2004-11-30 00:40:59 +0000 |
| commit | 61e98c3849f2bf78e6a7bd927233062fcbd3cf90 (patch) | |
| tree | 762ff8504721d4082658dfcacada2ea741e83e5f /src/xine-engine | |
| parent | ff37951d86775e453a19970e3cef84edcc18fce6 (diff) | |
| download | xine-lib-61e98c3849f2bf78e6a7bd927233062fcbd3cf90.tar.gz xine-lib-61e98c3849f2bf78e6a7bd927233062fcbd3cf90.tar.bz2 | |
- added resync code
- added support for winamp.com "packet layer"
You can wget the streams from winamp.com or play them directly with the http input plugin.
Test URLs:
http://nsvod-prod-mods-rtr.stream.aol.com/uvox?cachefile=/aol/us/moviefone/movies/2004/incrediblesthe_015960/incrediblesthe_trlr_02_350.nsv
http://nsv.stream.aol.com/uvox?cachefilus/aolmusic/artists/curb/leannrimes/leannrimes_lastthingonmymind_fjafv_350.nsv
CVS patchset: 7168
CVS date: 2004/11/30 00:40:59
Diffstat (limited to 'src/xine-engine')
| -rw-r--r-- | src/xine-engine/buffer_types.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xine-engine/buffer_types.c b/src/xine-engine/buffer_types.c index 6bf5eac41..fffde62cd 100644 --- a/src/xine-engine/buffer_types.c +++ b/src/xine-engine/buffer_types.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: buffer_types.c,v 1.88 2004/11/24 21:44:57 miguelfreitas Exp $ + * $Id: buffer_types.c,v 1.89 2004/11/30 00:40:59 tmattern Exp $ * * * contents: @@ -856,6 +856,7 @@ static audio_db_t audio_db[] = { meFOURCC('M', 'P', '4', 'A'), meFOURCC('r', 'a', 'a', 'c'), meFOURCC('r', 'a', 'c', 'p'), + meFOURCC('A', 'A', 'C', ' '), 0 }, BUF_AUDIO_AAC, |
