X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=mp4.h;h=a61ef97bfc4190e63e3bbed2f3fdb5c4b28e99c5;hb=87e0ea6a858f3727d0f6c8a0ace440146bb68afe;hp=225c92c0fa7fdb21f2b8ad9df5be9783fa3e7457;hpb=30ce255fc5db519c06240951c1a36956ade789fc;p=paraslash.git diff --git a/mp4.h b/mp4.h index 225c92c0..a61ef97b 100644 --- a/mp4.h +++ b/mp4.h @@ -22,8 +22,7 @@ struct mp4; /* opaque */ void mp4_set_sample_position(struct mp4 *f, int32_t track, int32_t sample); int32_t mp4_total_tracks(const struct mp4 *f); -void mp4_get_decoder_config(const struct mp4 *f, int track, - unsigned char** ppBuf, unsigned int* pBufSize); +bool mp4_is_audio_track(const struct mp4 *f, int32_t track); struct mp4 *mp4_open_read(struct mp4_callback *f); void mp4_close(struct mp4 *f); int32_t mp4_get_sample_size(const struct mp4 *f, int track, int sample);