summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2015-04-06 21:02:17 +0200
committerAnton Khirnov <anton@khirnov.net>2015-04-29 05:52:58 +0200
commit440e8dd374b732c48d564d9f1bb0ec3b1b786fb9 (patch)
tree0ccc324109248034f7320b7c6d653dccc0079799 /libavcodec/h264.c
parent11f024ef0ab923ed8680fc35a087d576e549c849 (diff)
h264: drop a comment that carries no useful information
Diffstat (limited to 'libavcodec/h264.c')
-rw-r--r--libavcodec/h264.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index 0d8ff40e8c..20de3254a9 100644
--- a/libavcodec/h264.c
+++ b/libavcodec/h264.c
@@ -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++)