diff options
author | Limin Wang <lance.lmwang@gmail.com> | 2021-09-18 23:10:30 +0800 |
---|---|---|
committer | Limin Wang <lance.lmwang@gmail.com> | 2021-09-29 18:00:13 +0800 |
commit | e99be1735a59652828655be777de5264ef374b5d (patch) | |
tree | 62d718e2ec8485551acd57a65bc29b4aae9f842a /libavcodec/h264dec.c | |
parent | b2538ce578ef729c5437465fd845e877d5151a39 (diff) | |
download | ffmpeg-e99be1735a59652828655be777de5264ef374b5d.tar.gz |
avcodec: remove the unused low_delay
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
Diffstat (limited to 'libavcodec/h264dec.c')
-rw-r--r-- | libavcodec/h264dec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/h264dec.c b/libavcodec/h264dec.c index 5ca41cc91c..6a5bf51f5d 100644 --- a/libavcodec/h264dec.c +++ b/libavcodec/h264dec.c @@ -944,7 +944,6 @@ static int finalize_frame(H264Context *h, AVFrame *dst, H264Picture *out, int *g out->mb_type, out->qscale_table, out->motion_val, - NULL, out->mb_width, out->mb_height, out->mb_stride, 1); } } |