mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
remove warnings about uninitialized vars
Originally committed as revision 16534 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
336c2ca585
commit
985688b8e5
@ -905,7 +905,7 @@ static int mov_write_vmhd_tag(ByteIOContext *pb)
|
||||
|
||||
static int mov_write_hdlr_tag(ByteIOContext *pb, MOVTrack *track)
|
||||
{
|
||||
const char *descr, *hdlr, *hdlr_type;
|
||||
const char *hdlr, *descr = NULL, *hdlr_type = NULL;
|
||||
int64_t pos = url_ftell(pb);
|
||||
|
||||
if (!track) { /* no media --> data handler */
|
||||
|
Loading…
Reference in New Issue
Block a user