comparison rm.c @ 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 404048ea11bc
children a27976be3394
comparison
equal deleted inserted replaced
1932:325d25f0cfd3 1933:eb9eeef16bdb