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

« back to all changes in this revision

Viewing changes to libavcodec/dvdata.h

  • 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
 * Constants for DV codec
3
 
 * Copyright (c) 2002 Fabrice Bellard.
 
3
 * Copyright (c) 2002 Fabrice Bellard
4
4
 *
5
5
 * This file is part of FFmpeg.
6
6
 *
20
20
 */
21
21
 
22
22
/**
23
 
 * @file dvdata.h
 
23
 * @file libavcodec/dvdata.h
24
24
 * Constants for DV codec.
25
25
 */
26
26
 
651
651
      .bpm = 8,
652
652
      .block_sizes = block_sizes_dv100,
653
653
      .audio_stride = 90,
654
 
      .audio_min_samples  = { 1580, 1452, 1053 }, /* for 48, 44.1 and 32kHz */
655
 
      .audio_samples_dist = { 1600, 1602, 1602, 1602, 1602 }, /* per SMPTE-314M */
656
 
      .audio_shuffle = dv_audio_shuffle525,
 
654
      .audio_min_samples  = { 1896, 1742, 1264 }, /* for 48, 44.1 and 32kHz */
 
655
      .audio_samples_dist = { 1920, 1920, 1920, 1920, 1920 },
 
656
      .audio_shuffle = dv_audio_shuffle625,
657
657
    }
658
658
};
659
659