diff options
author | Philipp Hahn <pmhahn@users.sourceforge.net> | 2004-03-18 09:07:00 +0000 |
---|---|---|
committer | Philipp Hahn <pmhahn@users.sourceforge.net> | 2004-03-18 09:07:00 +0000 |
commit | 5f1f4d9a077c5175a24a09f2c1f602c12e8e8f87 (patch) | |
tree | 620fca21374be2e37a1a7deb7f6e7cedb1bd34c2 /src/demuxers | |
parent | f25c00fae0a521ee929119d14dad4ff57c74291a (diff) | |
download | xine-lib-5f1f4d9a077c5175a24a09f2c1f602c12e8e8f87.tar.gz xine-lib-5f1f4d9a077c5175a24a09f2c1f602c12e8e8f87.tar.bz2 |
Fix more messages
CVS patchset: 6287
CVS date: 2004/03/18 09:07:00
Diffstat (limited to 'src/demuxers')
-rw-r--r-- | src/demuxers/demux_asf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/demuxers/demux_asf.c b/src/demuxers/demux_asf.c index ed7fa233b..5847ba300 100644 --- a/src/demuxers/demux_asf.c +++ b/src/demuxers/demux_asf.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: demux_asf.c,v 1.150 2004/03/08 23:54:39 tmattern Exp $ + * $Id: demux_asf.c,v 1.151 2004/03/18 09:07:00 pmhahn Exp $ * * demultiplexer for asf streams * @@ -443,7 +443,7 @@ static int asf_read_header (demux_asf_t *this) { * Parse the end of the header but do not demux the stream. */ xine_log(this->stream->xine, XINE_LOG_MSG, - _("demux_asf: warning: The stream id=%d is encrypted\n."), stream_id); + _("demux_asf: warning: The stream id=%d is encrypted.\n"), stream_id); _x_message(this->stream, XINE_MSG_ENCRYPTED_SOURCE, _("Media stream scrambled/encrypted"), NULL); this->mode = ASF_MODE_ENCRYPTED_CONTENT; |