Remove one more commented-out line.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27078 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-06-16 09:20:59 +00:00
parent 14ecf4cdb9
commit 939ee3203a
1 changed files with 0 additions and 1 deletions

View File

@ -393,7 +393,6 @@ void ds_read_packet(demux_stream_t *ds, stream_t *stream, int len, double pts, o
int demux_fill_buffer(demuxer_t *demux,demux_stream_t *ds){
// Note: parameter 'ds' can be NULL!
// printf("demux->type=%d\n",demux->type);
return demux->desc->fill_buffer(demux, ds);
}