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

« back to all changes in this revision

Viewing changes to libavcodec/vp56.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:
500
500
    VP56Context *s = avctx->priv_data;
501
501
    AVFrame *const p = s->framep[VP56_FRAME_CURRENT];
502
502
    int remaining_buf_size = buf_size;
503
 
    int is_alpha, alpha_offset;
 
503
    int is_alpha, av_uninit(alpha_offset);
504
504
 
505
505
    if (s->has_alpha) {
506
506
        alpha_offset = bytestream_get_be24(&buf);