Lines Matching defs:encoder
827 /* Expect the encoder to pass a METADATA_BLOCK_TYPE_STREAMINFO. */
831 /* TODO: Write other METADATA_BLOCK_TYPEs if the encoder makes them available. */
1359 /* FIXME use AVCodecContext level/profile, when encoder will set values */
1437 avio_wb32(pb, 1); /* Corresponds to 709 in official encoder */
1439 avio_wb32(pb, 2); /* Corresponds to RGB in official encoder */
2167 AVDictionaryEntry *encoder;
2175 (encoder = av_dict_get(track->st->metadata, "encoder", NULL, 0))) {
2176 av_strlcpy(compressor_name, encoder->value, 32);
4724 mov_write_string_metadata(s, pb_buf, "\251swr", "encoder", 0);