summaryrefslogtreecommitdiff
path: root/src/lib/file_group.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-11-23 12:34:36 +0000
committerCarl Hetherington <cth@carlh.net>2013-11-23 12:34:36 +0000
commitd302d45c2102b8fc97bbd256b43fa74119cc9332 (patch)
treec48594c72c7ee2f7ab3f439198a61028d595d7b7 /src/lib/file_group.cc
parent5a999debb53087de8188603ea9b9d928b2293978 (diff)
Remove libavformat-specific bit from FileGroup.
Diffstat (limited to 'src/lib/file_group.cc')
-rw-r--r--src/lib/file_group.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/file_group.cc b/src/lib/file_group.cc
index 5f9531f4c..d364a395d 100644
--- a/src/lib/file_group.cc
+++ b/src/lib/file_group.cc
@@ -18,9 +18,6 @@
*/
#include <cstdio>
-extern "C" {
-#include <libavformat/avio.h>
-}
#include <sndfile.h>
#include "file_group.h"
#include "exceptions.h"
@@ -96,8 +93,6 @@ FileGroup::seek (int64_t pos, int whence) const
case SEEK_END:
full_pos = len - pos;
break;
- case AVSEEK_SIZE:
- return len;
}
/* Seek to full_pos */