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

« back to all changes in this revision

Viewing changes to libavformat/flvenc.c

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler
  • Date: 2011-09-28 09:18:34 UTC
  • mfrom: (1.3.7 sid)
  • Revision ID: package-import@ubuntu.com-20110928091834-w415mnuh06h4zpvc
Tags: 4:0.7.1-7ubuntu2
Revert "Convert package to include multiarch support."

Show diffs side-by-side

added added

removed removed

Lines of Context:
177
177
    AVCodecContext *audio_enc = NULL, *video_enc = NULL;
178
178
    int i;
179
179
    double framerate = 0.0;
180
 
    int metadata_size_pos, data_size;
 
180
    int64_t metadata_size_pos, data_size;
181
181
    AVDictionaryEntry *tag = NULL;
182
182
 
183
183
    for(i=0; i<s->nb_streams; i++){