comparison mpegvideo.h @ 761:7f4cc2f6d642 libavcodec

xvid qpel bug autodetect
author michaelni
date Tue, 22 Oct 2002 19:48:52 +0000
parents 8e1f0939d15d
children d4726182dfd2
comparison
equal deleted inserted replaced
760:e858fe220ce0 761:7f4cc2f6d642
411 int divx_build; 411 int divx_build;
412 #define BITSTREAM_BUFFER_SIZE 1024*256 412 #define BITSTREAM_BUFFER_SIZE 1024*256
413 UINT8 *bitstream_buffer; //Divx 5.01 puts several frames in a single one, this is used to reorder them 413 UINT8 *bitstream_buffer; //Divx 5.01 puts several frames in a single one, this is used to reorder them
414 int bitstream_buffer_size; 414 int bitstream_buffer_size;
415 415
416 int xvid_build;
417
416 /* lavc specific stuff, used to workaround bugs in libavcodec */ 418 /* lavc specific stuff, used to workaround bugs in libavcodec */
417 int ffmpeg_version; 419 int ffmpeg_version;
418 int lavc_build; 420 int lavc_build;
419 421
420 /* RV10 specific */ 422 /* RV10 specific */