Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 127072
Collapse All | Expand All

(-)faad2/common/mp4ff/mp4ffint.h (-1 / +1 lines)
Lines 301-307 Link Here
301
mp4ff_t *mp4ff_open_edit(mp4ff_callback_t *f);
301
mp4ff_t *mp4ff_open_edit(mp4ff_callback_t *f);
302
#endif
302
#endif
303
void mp4ff_close(mp4ff_t *ff);
303
void mp4ff_close(mp4ff_t *ff);
304
void mp4ff_track_add(mp4ff_t *f);
304
static void mp4ff_track_add(mp4ff_t *f);
305
int32_t parse_sub_atoms(mp4ff_t *f, const uint64_t total_size);
305
int32_t parse_sub_atoms(mp4ff_t *f, const uint64_t total_size);
306
int32_t parse_atoms(mp4ff_t *f);
306
int32_t parse_atoms(mp4ff_t *f);
307
307

Return to bug 127072