1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-08 16:56:57 +02:00

h264: drop a comment that carries no useful information

This commit is contained in:
Anton Khirnov 2015-04-06 21:02:17 +02:00
parent 11f024ef0a
commit 440e8dd374

View File

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