~ubuntu-branches/ubuntu/trusty/gst-libav1.0/trusty

« back to all changes in this revision

Viewing changes to gst-libs/ext/libav/libavformat/nut.h

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge, Iain Lane, Sebastian Dröge
  • Date: 2014-02-09 11:42:06 UTC
  • mfrom: (13.2.1 sid)
  • Revision ID: package-import@ubuntu.com-20140209114206-ksn1eu97d9pt2iza
Tags: 1.2.3-1
[ Iain Lane ]
* Drop ltmain-as-needed patch and do the same with dh_autoreconf
  --as-needed.

[ Sebastian Dröge ]
* New upstream bugfix release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
int64_t ff_lsb2full(StreamContext *stream, int64_t lsb);
120
120
int ff_nut_sp_pos_cmp(const Syncpoint *a, const Syncpoint *b);
121
121
int ff_nut_sp_pts_cmp(const Syncpoint *a, const Syncpoint *b);
122
 
void ff_nut_add_sp(NUTContext *nut, int64_t pos, int64_t back_ptr, int64_t ts);
 
122
int ff_nut_add_sp(NUTContext *nut, int64_t pos, int64_t back_ptr, int64_t ts);
123
123
void ff_nut_free_sp(NUTContext *nut);
124
124
 
125
125
extern const Dispositions ff_nut_dispositions[];