~ubuntu-branches/ubuntu/utopic/libav/utopic

« back to all changes in this revision

Viewing changes to libavcodec/mpeg12.h

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler
  • Date: 2012-12-21 15:32:13 UTC
  • mto: (1.2.18)
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: package-import@ubuntu.com-20121221153213-fudzrugjzivtv0wp
Tags: upstream-9~beta3
ImportĀ upstreamĀ versionĀ 9~beta3

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
    AVRational frame_rate_ext;       ///< MPEG-2 specific framerate modificator
43
43
    int sync;                        ///< Did we reach a sync point like a GOP/SEQ/KEYFrame?
44
44
    int closed_gop;                  ///< GOP is closed
 
45
    int extradata_decoded;
45
46
} Mpeg1Context;
46
47
 
47
48
extern uint8_t ff_mpeg12_static_rl_table_store[2][2][2*MAX_RUN + MAX_LEVEL + 3];