From d302d45c2102b8fc97bbd256b43fa74119cc9332 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 23 Nov 2013 12:34:36 +0000 Subject: Remove libavformat-specific bit from FileGroup. --- src/lib/file_group.cc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/lib/file_group.cc') 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 -extern "C" { -#include -} #include #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 */ -- cgit v1.2.3