summaryrefslogtreecommitdiff
path: root/libavformat/mpegts.c
diff options
context:
space:
mode:
authorwm4 <nfxjfg@googlemail.com>2015-02-06 14:53:39 +0100
committerAnton Khirnov <anton@khirnov.net>2015-02-08 21:34:05 +0100
commit6a5b8ca4329039fad44ad50b6496948f4bfacb4c (patch)
tree8f382984b592bd3c1335c72d4fd18743f179dcba /libavformat/mpegts.c
parent0232ba62a28527579e34d44700b48017cc727e5f (diff)
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 <anton@khirnov.net>
Diffstat (limited to 'libavformat/mpegts.c')
-rw-r--r--libavformat/mpegts.c1
1 files changed, 0 insertions, 1 deletions
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"