Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dwma.h152 int ff_wma_end(AVCodecContext *avctx);
Dwmaenc.c436 .close = ff_wma_end,
450 .close = ff_wma_end,
Dwmadec.c977 .close = ff_wma_end,
993 .close = ff_wma_end,
Dwma.c364 int ff_wma_end(AVCodecContext *avctx) in ff_wma_end() function