~ubuntu-branches/ubuntu/trusty/ffmpeg-debian/trusty

« back to all changes in this revision

Viewing changes to libavcodec/xl.c

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2009-02-05 21:22:01 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090205212201-hjhtybuxtm90cbjy
Tags: 3:0.svn20090204-2ubuntu1
* merge from debian. Remaining changes:
  - don't build depend on libfaad-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 */
21
21
 
22
22
/**
23
 
 * @file xl.c
 
23
 * @file libavcodec/xl.c
24
24
 * Miro VideoXL codec.
25
25
 */
26
26
 
48
48
    int i, j;
49
49
    int stride;
50
50
    uint32_t val;
51
 
    int y0, y1, y2, y3, c0, c1;
 
51
    int y0, y1, y2, y3 = 0, c0 = 0, c1 = 0;
52
52
 
53
53
    if(p->data[0])
54
54
        avctx->release_buffer(avctx, p);