You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
h264: drop a comment that carries no useful information
This commit is contained in:
@@ -1696,7 +1696,7 @@ av_cold void ff_h264_free_context(H264Context *h)
|
|||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
ff_h264_free_tables(h); // FIXME cleanup init stuff perhaps
|
ff_h264_free_tables(h);
|
||||||
|
|
||||||
if (h->DPB) {
|
if (h->DPB) {
|
||||||
for (i = 0; i < H264_MAX_PICTURE_COUNT; i++)
|
for (i = 0; i < H264_MAX_PICTURE_COUNT; i++)
|
||||||
|
Reference in New Issue
Block a user