~ubuntu-branches/ubuntu/wily/mpv/wily

« back to all changes in this revision

Viewing changes to audio/chmap_sel.h

  • Committer: Package Import Robot
  • Author(s): Artur Rona
  • Date: 2015-02-08 11:38:05 UTC
  • mfrom: (28.1.4 vivid-proposed)
  • Revision ID: package-import@ubuntu.com-20150208113805-hb7kk68170y002es
Tags: 0.7.3-1ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - debian/rules:
    + Disable altivec on ppc64el again, as it FTBFS with it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
void mp_chmap_sel_add_map(struct mp_chmap_sel *s, const struct mp_chmap *map);
42
42
void mp_chmap_sel_add_speaker(struct mp_chmap_sel *s, int id);
43
43
bool mp_chmap_sel_adjust(const struct mp_chmap_sel *s, struct mp_chmap *map);
 
44
bool mp_chmap_sel_fallback(const struct mp_chmap_sel *s, struct mp_chmap *map);
44
45
bool mp_chmap_sel_get_def(const struct mp_chmap_sel *s, struct mp_chmap *map,
45
46
                          int num);
46
47