aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2013-12-15 22:02:57 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2013-12-15 22:02:57 +0000
commit50350c5ec7fcfed49fa1e0fe55d4d6fc08dd92d9 (patch)
treebf705190beb8ea7801714f86c6f6d5d803301957 /src/lib
parenta038e733dc9d4de2007524f1a80aaaa59d8518aa (diff)
downloadusdx-50350c5ec7fcfed49fa1e0fe55d4d6fc08dd92d9.tar.gz
usdx-50350c5ec7fcfed49fa1e0fe55d4d6fc08dd92d9.tar.xz
usdx-50350c5ec7fcfed49fa1e0fe55d4d6fc08dd92d9.zip
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
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/ffmpeg-1.2/avcodec.pas1
1 files changed, 1 insertions, 0 deletions
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