diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-03-12 11:04:06 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-03-12 11:04:06 +0000 |
commit | 995d0f7e8a08bb813c24a49d5bae681d5585fb8c (patch) | |
tree | 130886617dd5422ab3548572c335697708d5c265 /src/demuxers | |
parent | eaed2e8e8143e119ba09966860e0165bedcf6414 (diff) | |
download | xine-lib-995d0f7e8a08bb813c24a49d5bae681d5585fb8c.tar.gz xine-lib-995d0f7e8a08bb813c24a49d5bae681d5585fb8c.tar.bz2 |
minor corrections and a patch for metronom to make sure it doesn't compensate drifts forever
CVS patchset: 1563
CVS date: 2002/03/12 11:04:06
Diffstat (limited to 'src/demuxers')
-rw-r--r-- | src/demuxers/demux_avi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/demuxers/demux_avi.c b/src/demuxers/demux_avi.c index e3ce6013b..ebaf9f8e1 100644 --- a/src/demuxers/demux_avi.c +++ b/src/demuxers/demux_avi.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_avi.c,v 1.66 2002/03/11 23:43:58 guenter Exp $ + * $Id: demux_avi.c,v 1.67 2002/03/12 11:04:06 guenter Exp $ * * demultiplexer for avi streams * @@ -1039,7 +1039,7 @@ static void demux_avi_start (demux_plugin_t *this_gen, return; } buf->type = this->avi->video_type; - LOG_MSG(this->xine, _("demux_avi: video codec >%s<\n"), buf_video_name(buf->type)); + LOG_MSG(this->xine, _("demux_avi: video codec '%s'\n"), buf_video_name(buf->type)); this->video_fifo->put (this->video_fifo, buf); |