libeplayer3-arm: reduce compiler warnings

Origin commit data
------------------
Branch: master
Commit: 0d4262e8e9
Author: max_10 <max_10@gmx.de>
Date: 2018-02-08 (Thu, 08 Feb 2018)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
max_10
2018-02-08 20:42:15 +01:00
parent f598dbc93c
commit baceff16bb
22 changed files with 105 additions and 87 deletions

View File

@@ -290,7 +290,7 @@ int image_to_mpeg2(const char *image_name, int fd)
uint8_t endcode[] = { 0, 0, 1, 0xb7 };
write_all(fd,endcode, sizeof(endcode));
}
av_free_packet(&packet);
av_packet_unref(&packet);
}
avcodec_close(codecContext);
}