Update of /cvsroot/xine/xine-lib/src/demuxers
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv18667
Modified Files:
demux_mpgaudio.c
Log Message:
Use LOG_MODULE in the log messages, so that during copy and paste I don't end
up leaving demux_mpgaudio in demux_flac or demux_aac.
Index: demux_mpgaudio.c
===================================================================
RCS file: /cvsroot/xine/xine-lib/src/demuxers/demux_mpgaudio.c,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -r1.148 -r1.149
--- demux_mpgaudio.c 20 Feb 2007 00:34:56 -0000 1.148
+++ demux_mpgaudio.c 3 Mar 2007 00:02:30 -0000 1.149
@@ -608,10 +608,10 @@
} else if ((BE_32(header_buf)) == ID3V22_TAG) {
xprintf(this->stream->xine, XINE_VERBOSITY_LOG,
- "demux_mpgaudio: ID3V2.2 tag\n");
+ LOG_MODULE ": ID3V2.2 tag\n");
if (!id3v22_parse_tag(this->input, this->stream, header_buf)) {
xprintf(this->stream->xine, XINE_VERBOSITY_LOG,
- "demux_mpgaudio: ID3V2.2 tag parsing error\n");
+ LOG_MODULE ": ID3V2.2 tag parsing error\n");
bytes = 1; /* resync */
} else {
bytes = 4;
@@ -619,10 +619,10 @@
} else if ((BE_32(header_buf)) == ID3V23_TAG) {
xprintf(this->stream->xine, XINE_VERBOSITY_LOG,
- "demux_mpgaudio: ID3V2.3 tag\n");
+ LOG_MODULE ": ID3V2.3 tag\n");
if (!id3v23_parse_tag(this->input, this->stream, header_buf)) {
xprintf(this->stream->xine, XINE_VERBOSITY_LOG,
- "demux_mpgaudio: ID3V2.3 tag parsing error\n");
+ LOG_MODULE ": ID3V2.3 tag parsing error\n");
bytes = 1; /* resync */
} else {
bytes = 4;
@@ -630,10 +630,10 @@
} else if ((BE_32(header_buf)) == ID3V24_TAG) {
xprintf(this->stream->xine, XINE_VERBOSITY_LOG,
- "demux_mpgaudio: ID3V2.4 tag\n");
+ LOG_MODULE ": ID3V2.4 tag\n");
if (!id3v24_parse_tag(this->input, this->stream, header_buf)) {
xprintf(this->stream->xine, XINE_VERBOSITY_LOG,
- "demux_mpgaudio: ID3V2.4 tag parsing error\n");
+ LOG_MODULE ": ID3V2.4 tag parsing error\n");
bytes = 1; /* resync */
} else {
bytes = 4;
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Xine-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xine-cvslog