summaryrefslogtreecommitdiffstats
path: root/third_party/ffmpeg
diff options
context:
space:
mode:
authorscherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-19 01:23:00 +0000
committerscherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-19 01:23:00 +0000
commit60e84363e57b943ea4901d497648ea111c2877cb (patch)
treeffdbcbe4a4b31bde01d69b4562a5a657f2edf61b /third_party/ffmpeg
parentd594b4ae847b2acf973e326cdf71e438265ed257 (diff)
downloadchromium_src-60e84363e57b943ea4901d497648ea111c2877cb.zip
chromium_src-60e84363e57b943ea4901d497648ea111c2877cb.tar.gz
chromium_src-60e84363e57b943ea4901d497648ea111c2877cb.tar.bz2
Disable FFmpeg logging as it interferes with layout tests.
We could disable logging as soon as FFmpeg is loaded in InitializeMediaLibrary(), but we may want logging enabled for different applications using the media library (i.e., media_bench). BUG=16779 TEST=running chrome, test_shell on theora videos shouldn't print any boring log messages Review URL: http://codereview.chromium.org/212013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26641 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/ffmpeg')
-rw-r--r--third_party/ffmpeg/avutil-50.sigs1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/ffmpeg/avutil-50.sigs b/third_party/ffmpeg/avutil-50.sigs
index c83f6fa..44d0427 100644
--- a/third_party/ffmpeg/avutil-50.sigs
+++ b/third_party/ffmpeg/avutil-50.sigs
@@ -7,3 +7,4 @@
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);