X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Finternal.h;h=375c5674590e85f02268f50e96939c21d309b8da;hb=d8cab5c26b0987f139830937e1f30b2a10822680;hp=75d7f37716c62048ba69365e28487449973b1b72;hpb=58677d73ed43020ea0840e633588e344396ee256;p=ffmpeg diff --git a/libavcodec/internal.h b/libavcodec/internal.h index 75d7f37716c..375c5674590 100644 --- a/libavcodec/internal.h +++ b/libavcodec/internal.h @@ -53,6 +53,14 @@ AVHWAccel *ff_find_hwaccel(enum CodecID codec_id, enum PixelFormat pix_fmt); */ int ff_match_2uint16(const uint16_t (*tab)[2], int size, int a, int b); -unsigned int ff_toupper4(unsigned int x); +unsigned int avpriv_toupper4(unsigned int x); + +/** + * does needed setup of pkt_pts/pos and such for (re)get_buffer(); + */ +void ff_init_buffer_info(AVCodecContext *s, AVFrame *pic); + +int avpriv_lock_avformat(void); +int avpriv_unlock_avformat(void); #endif /* AVCODEC_INTERNAL_H */