~ubuntu-branches/ubuntu/lucid/ffmpeg/lucid-security

« back to all changes in this revision

Viewing changes to libavformat/mmf.c

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2009-03-13 09:18:28 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20090313091828-n4ktby5eca487uhv
Tags: 3:0.svn20090303-1ubuntu1+unstripped1
merge from ubuntu.jaunty branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
293
293
#if CONFIG_MMF_DEMUXER
294
294
AVInputFormat mmf_demuxer = {
295
295
    "mmf",
296
 
    NULL_IF_CONFIG_SMALL("mmf format"),
 
296
    NULL_IF_CONFIG_SMALL("Yamaha SMAF"),
297
297
    sizeof(MMFContext),
298
298
    mmf_probe,
299
299
    mmf_read_header,
305
305
#if CONFIG_MMF_MUXER
306
306
AVOutputFormat mmf_muxer = {
307
307
    "mmf",
308
 
    NULL_IF_CONFIG_SMALL("mmf format"),
 
308
    NULL_IF_CONFIG_SMALL("Yamaha SMAF"),
309
309
    "application/vnd.smaf",
310
310
    "mmf",
311
311
    sizeof(MMFContext),