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

Issue 2481913002: [M55] Use FFmpeg default padding when allocating audio buffers. (Closed)

Created:
4 years, 1 month ago by liberato (no reviews please)
Modified:
4 years, 1 month ago
Reviewers:
CC:
chromium-reviews
Target Ref:
refs/pending/branch-heads/2883
Project:
chromium
Visibility:
Public.

Description

[M55] Use FFmpeg default padding when allocating audio buffers. Previously, we would pad to the alignment size when allocating an audio buffer. However, this did not always provide enough padding to avoid overruns. Instead, we now let FFmpeg determine the correct padding for us. BUG=658440 Review-Url: https://codereview.chromium.org/2464963003 Cr-Commit-Position: refs/heads/master@{#429014} (cherry picked from commit b8733772baf52a693ab6a887373feaa6b91c7cdd) Committed: https://chromium.googlesource.com/chromium/src/+/6a4696cdc766320ab841bb1ad4ef7c4665e6431e

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -6 lines) Patch
M media/filters/ffmpeg_audio_decoder.cc View 1 chunk +3 lines, -6 lines 0 comments Download

Messages

Total messages: 2 (1 generated)
liberato (no reviews please)
4 years, 1 month ago (2016-11-07 19:56:00 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
6a4696cdc766320ab841bb1ad4ef7c4665e6431e.

Powered by Google App Engine
This is Rietveld 408576698