X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=mp4.h;h=92c995c14b0671bd59f0f5a0f73f6ad2de626580;hb=c9f23c7c737251ceb6f278fd3d3d016d754bf497;hp=cf8519daed15b0739252080968bfbcae55fa2fc7;hpb=6140341e728fb7469c57543534ec31dfec4a0c81;p=paraslash.git diff --git a/mp4.h b/mp4.h index cf8519da..92c995c1 100644 --- 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);