diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-04-29 13:33:07 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-04-29 13:33:17 +0200 |
commit | 1aa3a0f457c3d33e01fa0df17e19eb1100e51f3b (patch) | |
tree | a105b75b756aa3a4aa5b4a921c9380905676f6ac /libavcodec | |
parent | d3a5dba81b3a0ab79df38751d31a6e7d8e251654 (diff) | |
parent | 440e8dd374b732c48d564d9f1bb0ec3b1b786fb9 (diff) | |
download | ffmpeg-1aa3a0f457c3d33e01fa0df17e19eb1100e51f3b.tar.gz |
Merge commit '440e8dd374b732c48d564d9f1bb0ec3b1b786fb9'
* commit '440e8dd374b732c48d564d9f1bb0ec3b1b786fb9':
h264: drop a comment that carries no useful information
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/h264.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264.c b/libavcodec/h264.c index 87a27e2c21..8c909c2b00 100644 --- a/libavcodec/h264.c +++ b/libavcodec/h264.c @@ -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++) |