~ubuntu-branches/debian/sid/gstreamer0.10-ffmpeg/sid

« back to all changes in this revision

Viewing changes to gst-libs/ext/ffmpeg/libavformat/isom.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2009-02-22 12:24:07 UTC
  • mfrom: (1.1.24 jaunty)
  • Revision ID: james.westby@ubuntu.com-20090222122407-nubojphrd84klmee
Tags: 0.10.6-3
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22
22
 */
23
23
 
24
 
#ifndef FFMPEG_ISOM_H
25
 
#define FFMPEG_ISOM_H
 
24
#ifndef AVFORMAT_ISOM_H
 
25
#define AVFORMAT_ISOM_H
26
26
 
27
27
#include "riff.h"
28
28
 
40
40
    int duration;
41
41
} MOV_stts_t;
42
42
 
43
 
#endif /* FFMPEG_ISOM_H */
 
43
#endif /* AVFORMAT_ISOM_H */