Merge commit '440e8dd374b732c48d564d9f1bb0ec3b1b786fb9'

* commit '440e8dd374b732c48d564d9f1bb0ec3b1b786fb9':
  h264: drop a comment that carries no useful information

Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2015-04-29 13:33:07 +02:00
commit 1aa3a0f457

View File

@ -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++)