summaryrefslogtreecommitdiffstats
path: root/libhb/hbffmpeg.h
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2010-10-12 17:16:19 +0000
committerjstebbins <[email protected]>2010-10-12 17:16:19 +0000
commitb41e92fff1731fad2595143b7c3f5f79aeaf89f7 (patch)
treebe48a3992a6ddbd463313a25981c541573965ad5 /libhb/hbffmpeg.h
parentab1f5c7298d8f6d0ef7ee949f41d3053035ee442 (diff)
bump ffmpeg from 25082 to 25374
fixes h264 decoding issue git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3599 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/hbffmpeg.h')
-rw-r--r--libhb/hbffmpeg.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libhb/hbffmpeg.h b/libhb/hbffmpeg.h
index 8a7dc90fe..9953aa7ba 100644
--- a/libhb/hbffmpeg.h
+++ b/libhb/hbffmpeg.h
@@ -11,3 +11,7 @@ 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,
+ int dstW, int dstH, enum PixelFormat dstFormat,
+ int flags);