Commit 1a74b047 authored by Michael Niedermayer's avatar Michael Niedermayer

avformat/webm_chunk: Specify expected argument length of get_chunk_filename()

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 3b5b977c
...@@ -84,7 +84,7 @@ static int chunk_mux_init(AVFormatContext *s) ...@@ -84,7 +84,7 @@ static int chunk_mux_init(AVFormatContext *s)
return 0; return 0;
} }
static int get_chunk_filename(AVFormatContext *s, int is_header, char *filename) static int get_chunk_filename(AVFormatContext *s, int is_header, char filename[MAX_FILENAME_SIZE])
{ {
WebMChunkContext *wc = s->priv_data; WebMChunkContext *wc = s->priv_data;
AVFormatContext *oc = wc->avf; AVFormatContext *oc = wc->avf;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment