From 6a5b8ca4329039fad44ad50b6496948f4bfacb4c Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 6 Feb 2015 14:53:39 +0100 Subject: lavf: remove unused code Nothing uses it, and it provides no public API. Archeological finds: Commit 101036adb9 added the API. Commit a8dd8dc6e9 made mpegts.c use it. Commit af8aae3fa3 disabled it by default in mpegts.c. Commit ae2bb52cd2 removed all uses of this from mpegts.c. Signed-off-by: Anton Khirnov --- libavformat/mpegts.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavformat/mpegts.c') diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c index cb548d2bd0..ce13a0832e 100644 --- a/libavformat/mpegts.c +++ b/libavformat/mpegts.c @@ -33,7 +33,6 @@ #include "mpegts.h" #include "internal.h" #include "avio_internal.h" -#include "seek.h" #include "mpeg.h" #include "isom.h" -- cgit v1.2.3