| 107 | } DecodeContext; |
| 108 | |
| 109 | static DecodeContext *decode_ctx(AVCodecInternal *avci) |
| 110 | { |
| 111 | return (DecodeContext *)avci; |
| 112 | } |
| 113 | |
| 114 | static int apply_param_change(AVCodecContext *avctx, const AVPacket *avpkt) |
| 115 | { |
no outgoing calls
no test coverage detected