diff options
author | jstebbins <[email protected]> | 2011-03-10 23:34:08 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2011-03-10 23:34:08 +0000 |
commit | 94b58a7b733fac763a8b9c8d4a3f9348540d47aa (patch) | |
tree | 4ebac9f35abc34f0b984f0d8887ea631fe7260cc /libhb/hbffmpeg.h | |
parent | 23518c8922f6d29f5604b8e91b350088eeb0a755 (diff) |
Use ffmpeg's lock manager for locking needed by ffmpeg
This lets ffmpeg tell us when it needs a lock instead of
us trying to guess which functions we need to wrap in a mutex.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3834 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/hbffmpeg.h')
-rw-r--r-- | libhb/hbffmpeg.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libhb/hbffmpeg.h b/libhb/hbffmpeg.h index 9953aa7ba..097fae250 100644 --- a/libhb/hbffmpeg.h +++ b/libhb/hbffmpeg.h @@ -9,7 +9,6 @@ void hb_avcodec_init(void); int hb_avcodec_open( AVCodecContext *, struct AVCodec * ); int hb_avcodec_close( AVCodecContext * ); -int hb_av_find_stream_info(AVFormatContext *ic); int hb_ff_layout_xlat(int64_t ff_layout, int channels); struct SwsContext* hb_sws_get_context(int srcW, int srcH, enum PixelFormat srcFormat, |