~ubuntu-branches/ubuntu/lucid/ffmpeg/lucid-updates

« back to all changes in this revision

Viewing changes to libavformat/rmdec.c

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2009-02-05 21:45:05 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20090205214505-fvn0jkiv3lrkaaq4
Tags: 3:0.svn20090204-2ubuntu1+unstripped1
rebuild using a clean, uncrippled ffmpeg tarball

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 * "Real" compatible demuxer.
3
 
 * Copyright (c) 2000, 2001 Fabrice Bellard.
 
3
 * Copyright (c) 2000, 2001 Fabrice Bellard
4
4
 *
5
5
 * This file is part of FFmpeg.
6
6
 *
842
842
    "rdt",
843
843
    NULL_IF_CONFIG_SMALL("RDT demuxer"),
844
844
    sizeof(RMDemuxContext),
845
 
    NULL, NULL, NULL, rm_read_close, NULL, NULL
 
845
    NULL,
 
846
    NULL,
 
847
    NULL,
 
848
    rm_read_close,
846
849
};