Searched refs:mov_write_int8_metadata (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | movenc.c | 4343 static int mov_write_int8_metadata(AVFormatContext *s, AVIOContext *pb, function 4425 mov_write_int8_metadata (s, pb, "tves", "episode_sort",4); 4426 mov_write_int8_metadata (s, pb, "tvsn", "season_number",4); 4427 mov_write_int8_metadata (s, pb, "stik", "media_type",1); 4428 mov_write_int8_metadata (s, pb, "hdvd", "hd_video", 1); 4429 mov_write_int8_metadata (s, pb, "pgap", "gapless_playback",1); 4430 mov_write_int8_metadata (s, pb, "cpil", "compilation", 1);
|
Completed in 12 milliseconds