Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-05-24 22:24:29 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-05-24 22:25:53 +0400
commit42bb3e4db672ebb6d8b86e869602a02dcae0f4ca (patch)
tree64e6819464ec5074f847e674662f9b44fb8a197a /libavcodec/internal.h
parent0cbfbdef4a0701c162569808b8a50ff462e788d8 (diff)
avcodec: remove ff_get_logical_cpus()
This simplifies the code Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/internal.h')
-rw-r--r--libavcodec/internal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/internal.h b/libavcodec/internal.h
index 4962f064e1..754d062970 100644
--- a/libavcodec/internal.h
+++ b/libavcodec/internal.h
@@ -207,8 +207,6 @@ int ff_reget_buffer(AVCodecContext *avctx, AVFrame *frame);
int ff_thread_can_start_frame(AVCodecContext *avctx);
-int ff_get_logical_cpus(AVCodecContext *avctx);
-
int avpriv_h264_has_num_reorder_frames(AVCodecContext *avctx);
/**