Chromium Code Reviews| Index: chromium/avcodec-54.sigs |
| diff --git a/chromium/avcodec-54.sigs b/chromium/avcodec-54.sigs |
| index 8c5aea4fb0ecf234379bc84ff31d3577525b06df..802ff8fa6ef458df1a471c799de534ca53567434 100644 |
| --- a/chromium/avcodec-54.sigs |
| +++ b/chromium/avcodec-54.sigs |
| @@ -22,6 +22,9 @@ int av_bitstream_filter_filter(AVBitStreamFilterContext *bsfc, AVCodecContext *a |
| void av_bitstream_filter_close(AVBitStreamFilterContext *bsf); |
| void av_destruct_packet(AVPacket *pkt); |
| int av_lockmgr_register(AVLockMgrOperation cb); |
| +int avcodec_default_get_buffer(AVCodecContext *s, AVFrame *pic); |
|
Ami GONE FROM CHROMIUM
2012/05/28 18:30:01
See my comments on the other CL; hopefully you can
|
| +void avcodec_default_release_buffer(AVCodecContext *s, AVFrame *pic); |
| +void avcodec_align_dimensions(AVCodecContext *s, int *width, int *height); |
| # RDFT functions. |
| RDFTContext *av_rdft_init(int nbits, enum RDFTransformType trans); |