| 2344 | } |
| 2345 | |
| 2346 | av_cold AVCodecInternal *ff_decode_internal_alloc(void) |
| 2347 | { |
| 2348 | return av_mallocz(sizeof(DecodeContext)); |
| 2349 | } |
| 2350 | |
| 2351 | av_cold void ff_decode_internal_sync(AVCodecContext *dst, const AVCodecContext *src) |
| 2352 | { |
no test coverage detected