Home
last modified time | relevance | path

Searched refs:fdd_buf (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddecode.c1878 AVBufferRef *fdd_buf; in ff_attach_decode_data() local
1888 fdd_buf = av_buffer_create((uint8_t*)fdd, sizeof(*fdd), decode_data_free, in ff_attach_decode_data()
1890 if (!fdd_buf) { in ff_attach_decode_data()
1895 frame->private_ref = fdd_buf; in ff_attach_decode_data()