~ubuntu-branches/ubuntu/jaunty/xvidcap/jaunty-proposed

« back to all changes in this revision

Viewing changes to ffmpeg/libavcodec/h263data.h

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2008-12-26 00:10:06 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20081226001006-wd8cuqn8d81smkdp
Tags: upstream-1.1.7
ImportĀ upstreamĀ versionĀ 1.1.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 * H.263 tables.
27
27
 */
28
28
 
 
29
#ifndef FFMPEG_H263DATA_H
 
30
#define FFMPEG_H263DATA_H
 
31
 
 
32
#include <stdint.h>
 
33
#include "mpegvideo.h"
29
34
 
30
35
/* intra MCBPC, mb_type = (intra), then (intraq) */
31
36
const uint8_t intra_MCBPC_code[9] = { 1, 1, 2, 3, 1, 1, 2, 3, 1 };
306
311
    0, 1, 1, 2, 2, 3, 3, 4, 4, 4, 5, 5, 6, 6, 7, 7, 7, 8, 8, 8, 9, 9, 9,10,10,10,11,11,11,12,12,12
307
312
};
308
313
 
 
314
#endif /* FFMPEG_H263DATA_H */