]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - mp4.h
mp4: Wire it in and make it compile cleanly.
[paraslash.git] / mp4.h
diff --git a/mp4.h b/mp4.h
index cf8519daed15b0739252080968bfbcae55fa2fc7..92c995c14b0671bd59f0f5a0f73f6ad2de626580 100644 (file)
--- a/mp4.h
+++ b/mp4.h
@@ -100,7 +100,7 @@ typedef struct
 } mp4ff_t;
 
 int32_t mp4ff_total_tracks(const mp4ff_t *f);
-int32_t mp4ff_get_decoder_config(const mp4ff_t *f, const int track,
+void mp4ff_get_decoder_config(const mp4ff_t *f, const int track,
                unsigned char** ppBuf, unsigned int* pBufSize);
 mp4ff_t *mp4ff_open_read(mp4ff_callback_t *f);
 void mp4ff_close(mp4ff_t *f);