summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/xine-engine/audio_decoder.c3
-rw-r--r--src/xine-engine/video_decoder.c3
2 files changed, 2 insertions, 4 deletions
diff --git a/src/xine-engine/audio_decoder.c b/src/xine-engine/audio_decoder.c
index 6bc566875..e533f49f5 100644
--- a/src/xine-engine/audio_decoder.c
+++ b/src/xine-engine/audio_decoder.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: audio_decoder.c,v 1.75 2002/06/07 04:15:46 miguelfreitas Exp $
+ * $Id: audio_decoder.c,v 1.76 2002/06/09 10:59:33 miguelfreitas Exp $
*
*
* functions that implement audio decoding
@@ -253,7 +253,6 @@ void *audio_decoder_loop (void *this_gen) {
} else if( buf->type != buftype_unknown ) {
xine_log (this, XINE_LOG_MSG, "audio_decoder: unknown buffer type: %08x\n",
buf->type );
- xine_report_codec( this, XINE_CODEC_AUDIO, 0, buf->type, 0);
buftype_unknown = buf->type;
}
diff --git a/src/xine-engine/video_decoder.c b/src/xine-engine/video_decoder.c
index 0c8524bb9..10c2b5022 100644
--- a/src/xine-engine/video_decoder.c
+++ b/src/xine-engine/video_decoder.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: video_decoder.c,v 1.87 2002/06/07 04:15:46 miguelfreitas Exp $
+ * $Id: video_decoder.c,v 1.88 2002/06/09 10:59:33 miguelfreitas Exp $
*
*/
@@ -273,7 +273,6 @@ void *video_decoder_loop (void *this_gen) {
} else if( buf->type != buftype_unknown ) {
xine_log (this, XINE_LOG_MSG, "video_decoder: unknown buffer type: %08x\n",
buf->type );
- xine_report_codec( this, XINE_CODEC_VIDEO, 0, buf->type, 0);
buftype_unknown = buf->type;
}