Mercurial > libavcodec.hg
comparison mpegvideo.h @ 591:d3f374218030 libavcodec
fixing mpeg4 mpeg quantizers
author | michaelni |
---|---|
date | Fri, 02 Aug 2002 20:27:46 +0000 |
parents | 5132a4ee50cd |
children | 0c950f816d61 |
comparison
equal
deleted
inserted
replaced
590:3f8824eb4690 | 591:d3f374218030 |
---|---|
359 PutBitContext tex_pb; /* used for data partitioned VOPs */ | 359 PutBitContext tex_pb; /* used for data partitioned VOPs */ |
360 PutBitContext pb2; /* used for data partitioned VOPs */ | 360 PutBitContext pb2; /* used for data partitioned VOPs */ |
361 #define PB_BUFFER_SIZE 1024*256 | 361 #define PB_BUFFER_SIZE 1024*256 |
362 uint8_t *tex_pb_buffer; | 362 uint8_t *tex_pb_buffer; |
363 uint8_t *pb2_buffer; | 363 uint8_t *pb2_buffer; |
364 int mpeg_quant; | |
364 | 365 |
365 /* divx specific, used to workaround (many) bugs in divx5 */ | 366 /* divx specific, used to workaround (many) bugs in divx5 */ |
366 int divx_version; | 367 int divx_version; |
367 int divx_build; | 368 int divx_build; |
368 #define BITSTREAM_BUFFER_SIZE 1024*256 | 369 #define BITSTREAM_BUFFER_SIZE 1024*256 |