diff options
Diffstat (limited to 'third_party/ffmpeg/avutil-50.sigs')
-rw-r--r-- | third_party/ffmpeg/avutil-50.sigs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/third_party/ffmpeg/avutil-50.sigs b/third_party/ffmpeg/avutil-50.sigs new file mode 100644 index 0000000..c83f6fa --- /dev/null +++ b/third_party/ffmpeg/avutil-50.sigs @@ -0,0 +1,9 @@ +# Copyright (c) 2009 The Chromium Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. +# +# Functions from avutil used in chromium code. + +int64_t av_rescale_q(int64_t a, AVRational bq, AVRational cq); +void *av_malloc(unsigned int size); +void av_free(void *ptr); |