~siretart/vlc/debian-packaging

« back to all changes in this revision

Viewing changes to modules/gui/macosx/ConvertAndSave.h

  • Committer: Sebastian Ramacher
  • Date: 2016-01-31 20:58:37 UTC
  • mfrom: (1.2.39)
  • Revision ID: git-v1:b7ac1de93ecf7cd3d86898544433974ce0af7086
Merge tag 'upstream/2.2.2'

Upstream version 2.2.2

# gpg: Signature made Sun 31 Jan 2016 21:57:53 CET using RSA key ID 6EA71993
# gpg: Good signature from "Sebastian Ramacher <sebastian@ramacher.at>"
# gpg:                 aka "Sebastian Ramacher <s.ramacher@gmail.com>"
# gpg:                 aka "Sebastian Ramacher <s.ramacher@gmx.at>"
# gpg:                 aka "Sebastian Ramacher <s.ramacher@student.tugraz.at>"
# gpg:                 aka "Sebastian Ramacher <sramacher@debian.org>"
# gpg:                 aka "Sebastian Ramacher <sebastian.ramacher@iaik.tugraz.at>"

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * ConvertAndSave.h: MacOS X interface module
3
3
 *****************************************************************************
4
4
 * Copyright (C) 2012 Felix Paul Kühne
5
 
 * $Id: 9e8a8a92c514640dfa6a57bc394d6a6d2092faac $
 
5
 * $Id: 9d7cc9483e105aab473f918c54895eadd554c651 $
6
6
 *
7
7
 * Authors: Felix Paul Kühne <fkuehne -at- videolan -dot- org>
8
8
 *
112
112
    IBOutlet id _stream_port_lbl;
113
113
    IBOutlet id _stream_port_fld;
114
114
    IBOutlet id _stream_sap_ckb;
 
115
    IBOutlet id _stream_channel_lbl;
115
116
    IBOutlet id _stream_channel_fld;
116
117
    IBOutlet id _stream_sdp_matrix;
 
118
    IBOutlet id _stream_sdp_lbl;
117
119
    IBOutlet id _stream_sdp_fld;
118
120
    IBOutlet id _stream_sdp_browsefile_btn;
119
121