use tell() to obtain data chunk offset
[fdkaac.git] / src / main.c
index c3a9cca5e45020283061491e274d479ec091b3ea..ee07e35557b1378283ecb9795821f9ff7f20c526 100644 (file)
@@ -675,7 +675,7 @@ int parse_raw_spec(const char *spec, pcm_sample_description_t *desc)
 static pcm_io_vtbl_t pcm_io_vtbl = {
     read_callback, seek_callback, tell_callback
 };
-static pcm_io_vtbl_t pcm_io_vtbl_noseek = { read_callback, 0, 0 };
+static pcm_io_vtbl_t pcm_io_vtbl_noseek = { read_callback, 0, tell_callback };
 
 static
 pcm_reader_t *open_input(aacenc_param_ex_t *params)
This page took 0.009457 seconds and 4 git commands to generate.