Index: third_party/ffmpeg/avutil-50.sigs |
=================================================================== |
--- third_party/ffmpeg/avutil-50.sigs (revision 48686) |
+++ third_party/ffmpeg/avutil-50.sigs (working copy) |
@@ -1,10 +0,0 @@ |
-# 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); |
-void av_log_set_level(int level); |