]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - mp4.h
aac: Move declaration of mp4ff_set_sample_position() to mp4.h.
[paraslash.git] / mp4.h
diff --git a/mp4.h b/mp4.h
index 92c995c14b0671bd59f0f5a0f73f6ad2de626580..c3897011d2264ea60126386acb3bb30857c04096 100644 (file)
--- a/mp4.h
+++ b/mp4.h
@@ -99,6 +99,7 @@ typedef struct
     mp4ff_metadata_t tags;
 } mp4ff_t;
 
+int32_t mp4ff_set_sample_position(mp4ff_t *f, const int32_t track, const int32_t sample);
 int32_t mp4ff_total_tracks(const mp4ff_t *f);
 void mp4ff_get_decoder_config(const mp4ff_t *f, const int track,
                unsigned char** ppBuf, unsigned int* pBufSize);