1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-19 05:49:09 +02:00
FFmpeg/libavformat
Carl Eugen Hoyos fc94e9704e lavf/hlsenc: Do not mix declarations and code.
Fixes the following warnings:
libavformat/hlsenc.c: In function 'hls_write_trailer':
libavformat/hlsenc.c:2364:17: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
                 uint8_t *buffer = NULL;
                 ^~~~~~~
libavformat/hlsenc.c:2372:17: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
                 int byterange_mode = (hls->flags & HLS_SINGLE_FILE) || (hls->max_seg_size > 0);
                 ^~~
libavformat/hlsenc.c:2379:13: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
             int range_length = 0;
             ^~~
2018-11-16 22:03:37 +01:00
..
2018-07-14 19:04:48 +02:00
2017-03-29 14:49:29 +02:00
2017-10-05 17:10:23 +02:00
2018-05-06 15:07:28 +08:00
2017-02-01 02:57:40 +01:00
2017-10-19 22:07:21 +02:00
2017-09-20 03:31:48 +02:00
2017-10-19 22:07:21 +02:00
2017-09-01 18:52:56 +08:00
2017-08-30 12:13:01 +02:00
2018-04-16 13:46:10 -03:00
2017-02-11 20:20:07 +01:00
2017-09-07 15:19:22 +02:00
2018-02-04 15:19:41 +01:00
2017-10-05 17:10:23 +02:00
2017-04-20 15:39:18 +00:00
2018-08-14 22:06:30 +05:30
2017-11-05 10:42:07 +01:00
2017-12-08 16:01:09 +01:00
2018-05-05 21:35:31 +02:00
2017-10-05 17:10:23 +02:00
2018-09-11 21:48:49 +01:00
2018-02-11 20:03:33 +01:00
2018-02-11 20:03:33 +01:00
2017-04-25 15:39:10 +02:00
2018-05-21 19:43:04 -03:00
2018-05-21 19:43:04 -03:00
2018-02-11 20:03:33 +01:00
2018-02-11 20:03:33 +01:00
2018-03-07 22:26:53 +01:00
2016-11-23 01:16:42 +01:00
2017-01-30 11:00:58 +01:00
2018-10-13 15:40:08 +02:00
2017-09-09 12:07:14 +02:00
2017-09-22 01:33:22 +02:00
2017-07-16 16:09:17 +01:00