|
FFmpeg
|
#include "avcodec.h"Go to the source code of this file.
Functions | |
| int | ff_decode_get_packet (AVCodecContext *avctx, AVPacket *pkt) |
| Called by decoders to get the next packet for decoding. More... | |
| void | ff_decode_bsfs_uninit (AVCodecContext *avctx) |
| int ff_decode_get_packet | ( | AVCodecContext * | avctx, |
| AVPacket * | pkt | ||
| ) |
Called by decoders to get the next packet for decoding.
| pkt | An empty packet to be filled with data. |
Definition at line 293 of file decode.c.
Referenced by binkaudio_receive_frame(), crystalhd_receive_frame(), cuvid_output_frame(), decode_simple_internal(), and v4l2_receive_frame().
| void ff_decode_bsfs_uninit | ( | AVCodecContext * | avctx | ) |
Definition at line 1752 of file decode.c.
Referenced by avcodec_close(), avcodec_flush_buffers(), and bsfs_init().
1.8.6