Searched refs:major_brand (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 Dmovenc.h179 char *major_brand; member in struct:MOVMuxContext
H A Dmovenc.c73 { "brand", "Override major brand", offsetof(MOVMuxContext, major_brand), AV_OPT_TYPE_STRING, {.str = NULL}, .flags = AV_OPT_FLAG_ENCODING_PARAM },
3031 if (mov->major_brand && strlen(mov->major_brand) >= 4)
3032 ffio_wfourcc(pb, mov->major_brand);

Completed in 49 milliseconds