aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/ogg_extractor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/ogg_extractor.c')
-rw-r--r--src/plugins/ogg_extractor.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/ogg_extractor.c b/src/plugins/ogg_extractor.c
index 971ac8c..cef6b38 100644
--- a/src/plugins/ogg_extractor.c
+++ b/src/plugins/ogg_extractor.c
@@ -158,7 +158,6 @@ EXTRACTOR_ogg_extract_method (struct EXTRACTOR_ExtractContext *ec)
158 if (fsize < 8) 158 if (fsize < 8)
159 return; 159 return;
160 160
161 /* TODO: rewrite pl_seek() to be STDIO-compatible (SEEK_END) and enable seeking. */
162 callbacks.read_func = &read_ogg; 161 callbacks.read_func = &read_ogg;
163 callbacks.seek_func = &seek_ogg; 162 callbacks.seek_func = &seek_ogg;
164 callbacks.close_func = NULL; 163 callbacks.close_func = NULL;