Implement support to the AVSEEK_SIZE operation in file_seek().
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Sun, 4 Apr 2010 14:21:29 +0000 (14:21 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Sun, 4 Apr 2010 14:21:29 +0000 (14:21 +0000)
commit5b33a553763f5499c6627fb5cff0659e37edf22c
treeb43373598089711a8b46b08947f754195085f90f
parent685598f58d7faebb2ecf9d97bad8302f51a6e27e
Implement support to the AVSEEK_SIZE operation in file_seek().

Avoid the need to use seeking for getting the file size, use fstat
instead, which is significantly faster.

See thread:
Subject: [FFmpeg-devel] [PATCH] Add support to AVSEEK_SIZE to the file protocol seek callback
Date: Fri, 2 Apr 2010 13:13:27 +0200

Originally committed as revision 22799 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/file.c