comparison avio.h @ 1933:eb9eeef16bdb libavformat

fix end-of-file detection At the end of a nut file, the check for url_feof() fails because the eof flag was cleared by the url_fseek() call that was used to skip over the index packet. This patch fixes this patch by: Clemens Ladisch % cladisch A fastmail P net % Original thread: Date: Feb 27, 2007 6:13 PM Subject: [Ffmpeg-devel] [PATCH] nutdec: fix end-of-file detection
author gpoirier
date Sun, 18 Mar 2007 23:59:56 +0000
parents 247fdf49ffb8
children eac986610f47
comparison
equal deleted inserted replaced
1932:325d25f0cfd3 1933:eb9eeef16bdb