~ppsspp/ppsspp/ffmpeg

« back to all changes in this revision

Viewing changes to libavcodec/asv.h

  • Committer: Henrik Rydgård
  • Date: 2014-01-03 10:44:32 UTC
  • Revision ID: git-v1:87c6c126784b1718bfa448ecf2e6a9fef781eb4e
Update our ffmpeg snapshot to a clone of the official repository.

This is because Maxim's at3plus support has been officially merged!

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
typedef struct ASV1Context{
39
39
    AVCodecContext *avctx;
40
40
    DSPContext dsp;
41
 
    AVFrame picture;
42
41
    PutBitContext pb;
43
42
    GetBitContext gb;
44
43
    ScanTable scantable;