Skip to content
Snippets Groups Projects
Commit 440e8dd3 authored by Anton Khirnov's avatar Anton Khirnov
Browse files

h264: drop a comment that carries no useful information

parent 11f024ef
No related branches found
No related tags found
No related merge requests found
......@@ -1696,7 +1696,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++)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment