~ubuntu-branches/ubuntu/maverick/ffmpeg/maverick-security

« back to all changes in this revision

Viewing changes to libavformat/riff.c

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2010-06-16 12:53:24 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20100616125324-kbhhjn7012ufc79t
Tags: 4:0.6-1ubuntu1
* merge from debian/experimental. remaining changes:
  - don't disable encoders
  - don't build against libfaad, libdirac and libopenjpeg (all in universe)
* new upstream release
  - internal vorbis encoder is disabled. LP: #585330
  - includes native AMR-NB decoder, LP: #93849
  - api-example is fixed: LP: #557319

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
    { CODEC_ID_MPEG4,        MKTAG('V', 'S', 'P', 'X') },
81
81
    { CODEC_ID_MPEG4,        MKTAG('U', 'L', 'D', 'X') },
82
82
    { CODEC_ID_MPEG4,        MKTAG('G', 'E', 'O', 'V') },
 
83
    { CODEC_ID_MPEG4,        MKTAG('S', 'I', 'P', 'P') }, /* Samsung SHR-6040 */
83
84
    { CODEC_ID_MSMPEG4V3,    MKTAG('D', 'I', 'V', '3') }, /* default signature when using MSMPEG4 */
84
85
    { CODEC_ID_MSMPEG4V3,    MKTAG('M', 'P', '4', '3') },
85
86
    { CODEC_ID_MSMPEG4V3,    MKTAG('M', 'P', 'G', '3') },