Commit 2a2cc0af authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'f8b2bcd2'

* commit 'f8b2bcd2':
  lavc: deprecate FF_DEBUG_VIS_*

leave the AVOptions as they work fine
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents f49e6359 f8b2bcd2
......@@ -2461,8 +2461,10 @@ typedef struct AVCodecContext {
#define FF_DEBUG_ER 0x00000400
#define FF_DEBUG_MMCO 0x00000800
#define FF_DEBUG_BUGS 0x00001000
#if FF_API_DEBUG_MV
#define FF_DEBUG_VIS_QP 0x00002000
#define FF_DEBUG_VIS_MB_TYPE 0x00004000
#endif
#define FF_DEBUG_BUFFERS 0x00008000
#define FF_DEBUG_THREADS 0x00010000
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment