Skip to content

Commit

Permalink
media: Increase DecoderBuffer::kPaddingSize to 64
Browse files Browse the repository at this point in the history
AV_INPUT_BUFFER_PADDING_SIZE has been increased to 64 in FFmpeg:
FFmpeg/FFmpeg@6e80079

BUG=777484

Change-Id: I1bd68d1c1b0c3131f28d6e07e1444b89800c09db
Reviewed-on: https://chromium-review.googlesource.com/889686
Reviewed-by: Dale Curtis <dalecurtis@chromium.org>
Commit-Queue: Xiaohan Wang <xhwang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#532593}
  • Loading branch information
xhwang-chromium authored and Commit Bot committed Jan 29, 2018
1 parent 94338e5 commit a568ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media/base/decoder_buffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class MEDIA_EXPORT DecoderBuffer
: public base::RefCountedThreadSafe<DecoderBuffer> {
public:
enum {
kPaddingSize = 32,
kPaddingSize = 64,
#if defined(ARCH_CPU_ARM_FAMILY)
kAlignmentSize = 16
#else
Expand Down

0 comments on commit a568ded

Please sign in to comment.