comparison avcodec.h @ 1048:75a659fae7e0 libavcodec

divx503 decoding fix
author michaelni
date Sun, 02 Feb 2003 23:34:30 +0000
parents 1d906a29afb6
children f07fd48c23d4
comparison
equal deleted inserted replaced
1047:3f316a471019 1048:75a659fae7e0
1 #ifndef AVCODEC_H 1 #ifndef AVCODEC_H
2 #define AVCODEC_H 2 #define AVCODEC_H
3
4 /**
5 * @file avcodec.h
6 * @brief
7 * external api header
8 */
9
3 10
4 #ifdef __cplusplus 11 #ifdef __cplusplus
5 extern "C" { 12 extern "C" {
6 #endif 13 #endif
7 14
521 #define FF_BUG_UMP4 8 528 #define FF_BUG_UMP4 8
522 #define FF_BUG_NO_PADDING 16 529 #define FF_BUG_NO_PADDING 16
523 #define FF_BUG_AC_VLC 32 530 #define FF_BUG_AC_VLC 32
524 #define FF_BUG_QPEL_CHROMA 64 531 #define FF_BUG_QPEL_CHROMA 64
525 #define FF_BUG_STD_QPEL 128 532 #define FF_BUG_STD_QPEL 128
533 #define FF_BUG_QPEL_CHROMA2 256
526 //#define FF_BUG_FAKE_SCALABILITY 16 //autodetection should work 100% 534 //#define FF_BUG_FAKE_SCALABILITY 16 //autodetection should work 100%
527 535
528 /** 536 /**
529 * encoding: set by user 537 * encoding: set by user
530 * decoding: unused 538 * decoding: unused