ffmpeg | branch: master | Anton Khirnov <[email protected]> | Mon Apr  6 
21:02:17 2015 +0200| [440e8dd374b732c48d564d9f1bb0ec3b1b786fb9] | committer: 
Anton Khirnov

h264: drop a comment that carries no useful information

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=440e8dd374b732c48d564d9f1bb0ec3b1b786fb9
---

 libavcodec/h264.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index 0d8ff40..20de325 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++)

_______________________________________________
ffmpeg-cvslog mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Reply via email to