avcodec/mpegvideo: Remove pointless check
Possible since 315c956cbd.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
6f2f496822
commit
94295bb574
1 changed files with 0 additions and 3 deletions
|
|
@ -789,9 +789,6 @@ void ff_mpv_common_end(MpegEncContext *s)
|
|||
av_freep(&s->bitstream_buffer);
|
||||
s->allocated_bitstream_buffer_size = 0;
|
||||
|
||||
if (!s->avctx)
|
||||
return;
|
||||
|
||||
if (s->picture) {
|
||||
for (int i = 0; i < MAX_PICTURE_COUNT; i++)
|
||||
ff_mpv_picture_free(&s->picture[i]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue