Searched refs:coding_history (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dwavdec.c163 char temp[131], *coding_history; local
217 if (!(coding_history = av_malloc(size + 1)))
220 if ((ret = avio_read(s->pb, coding_history, size)) < 0)
223 coding_history[size] = 0;
224 if ((ret = av_dict_set(&s->metadata, "coding_history", coding_history,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dwav.c99 if (tmp_tag = av_dict_get(s->metadata, "coding_history", NULL, 0))
316 char temp[131], *coding_history; local
364 if (!(coding_history = av_malloc(size+1)))
367 if ((ret = avio_read(s->pb, coding_history, size)) < 0)
370 coding_history[size] = 0;
371 if ((ret = av_dict_set(&s->metadata, "coding_history", coding_history,

Completed in 46 milliseconds