Re: [FFmpeg-devel] [PATCH] avcodec: insert threads dependent function calls into compile time conditions
--- libavcodec/avcodec.c | 36 +--- libavcodec/decode.c | 9 ++--- libavcodec/encode.c | 19 +-- libavcodec/h264dec.c | 14 +++--- 4 files changed, 51 insertions(+), 27 deletions(-) diff --git a/libavcodec/avcodec.c b/libavcodec/av
[FFmpeg-devel] [PATCH] avcodec: insert threads dependent function calls into compile time conditions
Signed-off-by: Pawday --- libavcodec/avcodec.c | 44 +++- libavcodec/decode.c | 10 +++--- libavcodec/encode.c | 19 +-- libavcodec/h264dec.c | 14 +++--- 4 files changed, 58 insertions(+), 29 deletions(-) diff --git a/libavc