Mercurial > audlegacy-plugins
changeset 837:b56c417fbf84 trunk
[svn] - shorten support
author | nenolod |
---|---|
date | Mon, 12 Mar 2007 16:04:03 -0700 |
parents | 7efd0747b362 |
children | 8561bcf928a3 |
files | ChangeLog src/ffmpeg/libavformat/allformats.c |
diffstat | 2 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Mon Mar 12 16:02:59 2007 -0700 +++ b/ChangeLog Mon Mar 12 16:04:03 2007 -0700 @@ -1,3 +1,11 @@ +2007-03-12 23:02:59 +0000 William Pitcock <nenolod@sacredspiral.co.uk> + revision [1772] + - namespace changes + + trunk/src/ffmpeg/ffmpeg.c | 182 +++++++++++++++++++++++----------------------- + 1 file changed, 91 insertions(+), 91 deletions(-) + + 2007-03-12 23:02:16 +0000 William Pitcock <nenolod@sacredspiral.co.uk> revision [1770] - working WMA playback. thanks to chainsaw for providing a ton and a half of WMA files.
--- a/src/ffmpeg/libavformat/allformats.c Mon Mar 12 16:02:59 2007 -0700 +++ b/src/ffmpeg/libavformat/allformats.c Mon Mar 12 16:04:03 2007 -0700 @@ -39,5 +39,7 @@ avcodec_register_all(); av_register_input_format(&asf_demuxer); + av_register_input_format(&shorten_demuxer); + register_protocol(&file_protocol); }