1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-20 07:48:15 +02:00
FFmpeg/libavformat
Carl Eugen Hoyos 73abde61bb lavf/matroskadec: Do not use strncat() to limit copying a one-char constant.
Instead add the character to the snprintf above as suggested by Mark.

Silences a warning:
libavformat/matroskadec.c: In function 'webm_dash_manifest_cues':
libavformat/matroskadec.c:3947:13: warning: 'strncat' specified bound 1 equals source length [-Wstringop-overflow=]
             strncat(buf, ",", 1);
             ^~~~~~~~~~~~~~~~~~~~
2018-12-11 00:40:26 +01:00
..
2018-07-14 19:04:48 +02:00
2018-12-10 11:20:41 +01:00
2018-05-06 15:07:28 +08:00
2018-04-16 13:46:10 -03:00
2018-12-10 21:13:15 +01:00
2018-12-10 11:20:41 +01:00
2018-12-10 11:20:41 +01:00
2018-08-14 22:06:30 +05:30
2018-12-09 20:12:23 +01:00
2018-05-05 21:35:31 +02:00
2018-09-11 21:48:49 +01:00
2018-05-21 19:43:04 -03:00
2018-05-21 19:43:04 -03:00
2018-03-07 22:26:53 +01:00
2018-10-13 15:40:08 +02:00
2018-12-10 11:20:41 +01:00
2018-11-26 23:47:29 +01:00