mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
libeplayer3-arm/container/container_ffmpeg.c fix possible segfault
This commit is contained in:
@@ -1990,6 +1990,7 @@ 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");
|
||||||
|
if(avContextTab[0] != NULL)
|
||||||
av_dump_format(avContextTab[0], 0, filename, 0);
|
av_dump_format(avContextTab[0], 0, filename, 0);
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user