From 4fd1b743ba0ff6f3b330705d202b78cc09595bcc Mon Sep 17 00:00:00 2001 From: Juergen Keil Date: Tue, 22 Oct 2002 17:14:47 +0000 Subject: fix small typo in a comment CVS patchset: 2939 CVS date: 2002/10/22 17:14:47 --- src/demuxers/demux_avi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/demuxers/demux_avi.c b/src/demuxers/demux_avi.c index ce047aee1..d507b3e1e 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.125 2002/10/20 21:15:07 guenter Exp $ + * $Id: demux_avi.c,v 1.126 2002/10/22 17:14:47 jkeil Exp $ * * demultiplexer for avi streams * @@ -1067,7 +1067,7 @@ static int demux_avi_next (demux_avi_t *this, int decoder_flags) { } else { /* * no audio: - * borrow a buffer from video fifo, it get immediately freed below + * borrow a buffer from video fifo, it immediately gets freed below */ buf = this->video_fifo->buffer_pool_alloc (this->video_fifo); } -- cgit v1.2.3