~siretart/libav/merge.raring.libav-0.8.6

« back to all changes in this revision

Viewing changes to libavcodec/indeo5.c

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler
  • Date: 2012-01-12 22:30:00 UTC
  • mfrom: (1.4.1)
  • mto: (1.3.11 sid) (26.1.1 quantal-security)
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: package-import@ubuntu.com-20120112223000-s1reiy1e28hnix42
Tags: upstream-0.8~beta2
ImportĀ upstreamĀ versionĀ 0.8~beta2

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 * Known FOURCCs: 'IV50'
28
28
 */
29
29
 
30
 
#define ALT_BITSTREAM_READER_LE
 
30
#define BITSTREAM_READER_LE
31
31
#include "avcodec.h"
32
32
#include "get_bits.h"
33
33
#include "dsputil.h"
757
757
 
758
758
    switch_buffers(ctx);
759
759
 
760
 
    //START_TIMER;
 
760
    //{ START_TIMER;
761
761
 
762
762
    if (ctx->frame_type != FRAMETYPE_NULL) {
763
763
        for (p = 0; p < 3; p++) {
772
772
        }
773
773
    }
774
774
 
775
 
    //STOP_TIMER("decode_planes");
 
775
    //STOP_TIMER("decode_planes"); }
776
776
 
777
777
    if (ctx->frame.data[0])
778
778
        avctx->release_buffer(avctx, &ctx->frame);