提交 ae2a8d87 编写于 作者: M Michael Niedermayer

Merge commit '247764a5'

* commit '247764a5':
  rtpdec_h264: Remove unnecessary struct padding
Merged-by: NMichael Niedermayer <michaelni@gmx.at>
......@@ -346,7 +346,7 @@ static int h264_handle_packet(AVFormatContext *ctx, PayloadContext *data,
static PayloadContext *h264_new_context(void)
{
return av_mallocz(sizeof(PayloadContext) + FF_INPUT_BUFFER_PADDING_SIZE);
return av_mallocz(sizeof(PayloadContext));
}
static void h264_free_context(PayloadContext *data)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册