Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dadtsenc.c39 int objecttype; member
65 adts->objecttype = m4ac.object_type - 1; in adts_decode_extradata()
69 if (adts->objecttype > 3U) { in adts_decode_extradata()
70 av_log(s, AV_LOG_ERROR, "MPEG-4 AOT %d is not allowed in ADTS\n", adts->objecttype+1); in adts_decode_extradata()
147 put_bits(&pb, 2, ctx->objecttype); /* profile_objecttype */ in adts_write_frame_header()
H A Drtpdec_mpeg4.c45 int objecttype; member

Completed in 2 milliseconds