comparison dv.h @ 896:edbe5c3717f9 libavformat

Update licensing information: The FSF changed postal address.
author diego
date Thu, 12 Jan 2006 22:43:26 +0000
parents da1d5db0ce5c
children 2b60e57286eb
comparison
equal deleted inserted replaced
895:95b781fce874 896:edbe5c3717f9
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19 * Lesser General Public License for more details. 19 * Lesser General Public License for more details.
20 * 20 *
21 * You should have received a copy of the GNU Lesser General Public 21 * You should have received a copy of the GNU Lesser General Public
22 * License along with this library; if not, write to the Free Software 22 * License along with this library; if not, write to the Free Software
23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
24 */ 24 */
25 25
26 typedef struct DVDemuxContext DVDemuxContext; 26 typedef struct DVDemuxContext DVDemuxContext;
27 DVDemuxContext* dv_init_demux(AVFormatContext* s); 27 DVDemuxContext* dv_init_demux(AVFormatContext* s);
28 int dv_get_packet(DVDemuxContext*, AVPacket *); 28 int dv_get_packet(DVDemuxContext*, AVPacket *);