Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1105)

Unified Diff: chromium/avcodec-54.sigs

Issue 10542056: Add new function signatures needed for buffer allocation in Chrome. (Closed) Base URL: http://git.chromium.org/chromium/third_party/ffmpeg.git@master
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chromium/avutil-51.sigs » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromium/avcodec-54.sigs
diff --git a/chromium/avcodec-54.sigs b/chromium/avcodec-54.sigs
index 6a408262d2fd32907f901bdc3336056604d7064e..00bd8da3ba21c4a730dbdba1f4aa07ff0b92cf48 100644
--- a/chromium/avcodec-54.sigs
+++ b/chromium/avcodec-54.sigs
@@ -23,6 +23,7 @@ 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);
+void avcodec_align_dimensions(AVCodecContext *s, int *width, int *height);
# RDFT functions.
RDFTContext *av_rdft_init(int nbits, enum RDFTransformType trans);
« no previous file with comments | « no previous file | chromium/avutil-51.sigs » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698