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

Unified Diff: chromium/avutil-51.sigs

Issue 10455017: 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, 7 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
« chromium/avcodec-54.sigs ('K') | « chromium/avcodec-54.sigs ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromium/avutil-51.sigs
diff --git a/chromium/avutil-51.sigs b/chromium/avutil-51.sigs
index 9a26873024a86dc950d8553a60919073aa875bb9..5d5f1ba30c3d7d3aacd42cc1d243c295eb40ffb7 100644
--- a/chromium/avutil-51.sigs
+++ b/chromium/avutil-51.sigs
@@ -11,3 +11,5 @@ void av_free(void *ptr);
void av_log_set_level(int level);
int av_dict_set(AVDictionary **pm, const char *key, const char *value, int flags);
AVDictionaryEntry *av_dict_get(AVDictionary *m, const char *key, const AVDictionaryEntry *prev, int flags);
+int av_image_check_size(unsigned int w, unsigned int h, int log_offset, void *log_ctx);
+int av_image_fill_linesizes(int *linesizes, enum PixelFormat pix_fmt, int width);
« chromium/avcodec-54.sigs ('K') | « chromium/avcodec-54.sigs ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698