| 54 | } EncodeContext; |
| 55 | |
| 56 | static EncodeContext *encode_ctx(AVCodecInternal *avci) |
| 57 | { |
| 58 | return (EncodeContext*)avci; |
| 59 | } |
| 60 | |
| 61 | int ff_alloc_packet(AVCodecContext *avctx, AVPacket *avpkt, int64_t size) |
| 62 | { |
no outgoing calls
no test coverage detected