~ubuntu-branches/ubuntu/raring/libav/raring-security

« back to all changes in this revision

Viewing changes to libavformat/movenc.c

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler
  • Date: 2011-10-01 00:22:07 UTC
  • mfrom: (1.3.8 sid)
  • Revision ID: package-import@ubuntu.com-20111001002207-tnxz39i0rwr5ufy9
Tags: 4:0.7.2-1ubuntu1
* Merge from debian, remaining changes:
  - don't build against libfaad, libdirac, librtmp and libopenjpeg,
    lame, xvid, x264  (all in universe)
  - not installing into multiarch directories
* This new upstream release has basically merged in all 70 patches that
  are present in 4:0.7.1-7ubuntu2, plus some additional, similarily
  focused ones.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1214
1214
 
1215
1215
    avio_wb32(pb, 0); /* reserved */
1216
1216
    avio_wb32(pb, 0); /* reserved */
1217
 
    avio_wb32(pb, 0x0); /* reserved (Layer & Alternate group) */
 
1217
    avio_wb16(pb, 0); /* layer */
 
1218
    avio_wb16(pb, st ? st->codec->codec_type : 0); /* alternate group) */
1218
1219
    /* Volume, only for audio */
1219
1220
    if(track->enc->codec_type == AVMEDIA_TYPE_AUDIO)
1220
1221
        avio_wb16(pb, 0x0100);