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. --- test/file_group_test.cc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'test') diff --git a/test/file_group_test.cc b/test/file_group_test.cc index 025d6be02..6f66d8804 100644 --- a/test/file_group_test.cc +++ b/test/file_group_test.cc @@ -21,9 +21,6 @@ #include #include #include -extern "C" { -#include -} #include "lib/file_group.h" using std::vector; @@ -107,7 +104,4 @@ BOOST_AUTO_TEST_CASE (file_group_test) BOOST_CHECK_EQUAL (fg.seek (1077, SEEK_END), total_length - 1077); BOOST_CHECK_EQUAL (fg.read (test, 256), 256); BOOST_CHECK_EQUAL (memcmp (data + total_length - 1077, test, 256), 0); - - /* AVSEEK_SIZE */ - BOOST_CHECK_EQUAL (fg.seek (-1, AVSEEK_SIZE), total_length); } -- cgit v1.2.3