Commit 1aa3a0f4 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '440e8dd3'

* commit '440e8dd3':
  h264: drop a comment that carries no useful information
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents d3a5dba8 440e8dd3
......@@ -1848,7 +1848,7 @@ av_cold void ff_h264_free_context(H264Context *h)
{
int i;
ff_h264_free_tables(h); // FIXME cleanup init stuff perhaps
ff_h264_free_tables(h);
if (h->DPB) {
for (i = 0; i < H264_MAX_PICTURE_COUNT; i++)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment