From 50350c5ec7fcfed49fa1e0fe55d4d6fc08dd92d9 Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Sun, 15 Dec 2013 22:02:57 +0000 Subject: Add FF_DEBUG_THREADS. thanks to brianf for notifying. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3033 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/lib/ffmpeg-1.2/avcodec.pas | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/ffmpeg-1.2') diff --git a/src/lib/ffmpeg-1.2/avcodec.pas b/src/lib/ffmpeg-1.2/avcodec.pas index aa75f6f1..c291ee60 100644 --- a/src/lib/ffmpeg-1.2/avcodec.pas +++ b/src/lib/ffmpeg-1.2/avcodec.pas @@ -1185,6 +1185,7 @@ const FF_DEBUG_VIS_QP = $00002000; FF_DEBUG_VIS_MB_TYPE = $00004000; FF_DEBUG_BUFFERS = $00008000; + FF_DEBUG_THREADS = $00010000; FF_DEBUG_VIS_MV_P_FOR = $00000001; //visualize forward predicted MVs of P frames FF_DEBUG_VIS_MV_B_FOR = $00000002; //visualize forward predicted MVs of B frames -- cgit v1.2.3