Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Ddecode.c1381 AVBufferRef *fdd_buf; in ff_attach_decode_data() local
1391 fdd_buf = av_buffer_create((uint8_t*)fdd, sizeof(*fdd), decode_data_free, in ff_attach_decode_data()
1393 if (!fdd_buf) { in ff_attach_decode_data()
1398 frame->private_ref = fdd_buf; in ff_attach_decode_data()

Completed in 3 milliseconds