~ubuntu-branches/ubuntu/wily/mkvtoolnix/wily

« back to all changes in this revision

Viewing changes to src/extract/attachments.cpp

  • Committer: Package Import Robot
  • Author(s): Christian Marillat
  • Date: 2015-04-26 10:36:27 UTC
  • mfrom: (1.1.29) (4.2.45 sid)
  • Revision ID: package-import@ubuntu.com-20150426103627-k53p8hrai2ynikaa
Tags: 7.8.0-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
   mkvextract -- extract tracks from Matroska files into other files
3
3
 
4
 
   Distributed under the GPL
 
4
   Distributed under the GPL v2
5
5
   see the file COPYING for details
6
6
   or visit http://www.gnu.org/copyleft/gpl.html
7
7
 
15
15
#include <cassert>
16
16
#include <iostream>
17
17
 
18
 
#include <avilib.h>
19
 
 
20
18
#include <ebml/EbmlHead.h>
21
19
#include <ebml/EbmlSubHead.h>
22
20
#include <ebml/EbmlStream.h>