Mercurial > libavcodec.hg
diff avcodec.h @ 1685:cb09cf265a87 libavcodec
mb type & qp vissualization
| author | michael |
|---|---|
| date | Sat, 13 Dec 2003 01:33:52 +0000 |
| parents | 30746f429df6 |
| children | 04b759af8bd4 |
line wrap: on
line diff
--- a/avcodec.h Fri Dec 12 21:30:47 2003 +0000 +++ b/avcodec.h Sat Dec 13 01:33:52 2003 +0000 @@ -1140,6 +1140,8 @@ #define FF_DEBUG_ER 0x00000400 #define FF_DEBUG_MMCO 0x00000800 #define FF_DEBUG_BUGS 0x00001000 +#define FF_DEBUG_VIS_QP 0x00002000 +#define FF_DEBUG_VIS_MB_TYPE 0x00004000 /** * error.
