comparison avcodec.h @ 1144:21c85c4ab2f0 libavcodec

error resilience cleanup (its faster too...)
author michaelni
date Thu, 20 Mar 2003 01:00:57 +0000
parents e10e841c9bf0
children b48bf370ff44
comparison
equal deleted inserted replaced
1143:a4facfd78935 1144:21c85c4ab2f0
907 #define FF_DEBUG_MV 32 907 #define FF_DEBUG_MV 32
908 #define FF_DEBUG_VIS_MV 0x00000040 908 #define FF_DEBUG_VIS_MV 0x00000040
909 #define FF_DEBUG_SKIP 0x00000080 909 #define FF_DEBUG_SKIP 0x00000080
910 #define FF_DEBUG_STARTCODE 0x00000100 910 #define FF_DEBUG_STARTCODE 0x00000100
911 #define FF_DEBUG_PTS 0x00000200 911 #define FF_DEBUG_PTS 0x00000200
912 #define FF_DEBUG_ER 0x00000400
912 913
913 /** 914 /**
914 * error. 915 * error.
915 * - encoding: set by lavc if flags&CODEC_FLAG_PSNR 916 * - encoding: set by lavc if flags&CODEC_FLAG_PSNR
916 * - decoding: unused 917 * - decoding: unused