mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
libeplayer3-arm/container/container_ffmpeg.c fix possible segfault
Origin commit data
------------------
Branch: master
Commit: 5e99c4e3e2
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2019-04-10 (Wed, 10 Apr 2019)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1990,7 +1990,8 @@ int32_t container_ffmpeg_update_tracks(Context_t *context, char *filename, int32
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
ffmpeg_printf(20, "dump format\n");
|
ffmpeg_printf(20, "dump format\n");
|
||||||
av_dump_format(avContextTab[0], 0, filename, 0);
|
if(avContextTab[0] != NULL)
|
||||||
|
av_dump_format(avContextTab[0], 0, filename, 0);
|
||||||
|
|
||||||
|
|
||||||
uint32_t cAVIdx = 0;
|
uint32_t cAVIdx = 0;
|
||||||
|
Reference in New Issue
Block a user