Searched refs:bwf_write_bext_string (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | wavenc.c | 89 static inline void bwf_write_bext_string(AVFormatContext *s, const char *key, int maxlen) in bwf_write_bext_string() function 109 bwf_write_bext_string(s, "description", 256); in bwf_write_bext_chunk() 110 bwf_write_bext_string(s, "originator", 32); in bwf_write_bext_chunk() 111 bwf_write_bext_string(s, "originator_reference", 32); in bwf_write_bext_chunk() 112 bwf_write_bext_string(s, "origination_date", 10); in bwf_write_bext_chunk() 113 bwf_write_bext_string(s, "origination_time", 8); in bwf_write_bext_chunk()
|