silence ffmpeg

Origin commit data
------------------
Branch: master
Commit: bfe8868fa7
Author: TangoCash <eric@loxat.de>
Date: 2019-08-25 (Sun, 25 Aug 2019)


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

------------------
This commit was generated by Migit
This commit is contained in:
TangoCash
2019-08-25 22:17:54 +02:00
committed by vanhofen
parent 0ecc2fbd57
commit 0f1c1ef21c

View File

@@ -1999,7 +1999,7 @@ int32_t container_ffmpeg_update_tracks(Context_t *context, char *filename, int32
#endif
ffmpeg_printf(20, "dump format\n");
if(avContextTab[0] != NULL)
if((avContextTab[0] != NULL) && (FFMPEG_DEBUG_LEVEL > 0))
av_dump_format(avContextTab[0], 0, filename, 0);