~ubuntu-branches/ubuntu/vivid/gst-libav1.0/vivid

« back to all changes in this revision

Viewing changes to gst-libs/ext/libav/libavcodec/mpeg4video.h

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge, Iain Lane, Sebastian Dröge
  • Date: 2014-02-09 11:42:06 UTC
  • mfrom: (21.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20140209114206-jtvbwdvxi1v3klx7
Tags: 1.2.3-1
[ Iain Lane ]
* Drop ltmain-as-needed patch and do the same with dh_autoreconf
  --as-needed.

[ Sebastian Dröge ]
* New upstream bugfix release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
110
110
 
111
111
extern uint8_t ff_mpeg4_static_rl_table_store[3][2][2*MAX_RUN + MAX_LEVEL + 3];
112
112
 
 
113
void ff_mpeg4_init_tables(void);
113
114
 
114
115
#if 0 //3IV1 is quite rare and it slows things down a tiny bit
115
116
#define IS_3IV1 s->codec_tag == AV_RL32("3IV1")