lavc: add support for filtering packets before decoding

This commit is contained in:
Anton Khirnov
2016-11-12 17:43:55 +01:00
parent 061a0c14bb
commit 972c71e9cb
6 changed files with 169 additions and 12 deletions

View File

@@ -32,4 +32,6 @@
*/
int ff_decode_get_packet(AVCodecContext *avctx, AVPacket *pkt);
void ff_decode_bsfs_uninit(AVCodecContext *avctx);
#endif /* AVCODEC_DECODE_H */