Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
Disable OUT_ALLOC which causes hang for several cases (#494)
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Hu <austin.hu@intel.com>
Signed-off-by: Jun Tian <jun.tian@intel.com>
  • Loading branch information
tianjunwork authored Mar 16, 2020
1 parent 57b6b92 commit 85eb2c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Lib/Codec/EbDefinitions.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ extern "C" {
#endif

#define PAREF_OUT 1 // Disconnect pa ref from input for both single/multi core
#define OUT_ALLOC 1 // Output bitsream allocation at run time for both single/multi core
#define OUT_ALLOC 0 // Output bitsream allocation at run time for both single/multi core

//#define BENCHMARK 0
#define LATENCY_PROFILE 0
Expand Down

0 comments on commit 85eb2c0

Please sign in to comment.