| 57 | } FFCodecParser; |
| 58 | |
| 59 | static inline const FFCodecParser *ffcodecparser(const AVCodecParser *parser) |
| 60 | { |
| 61 | return (const FFCodecParser*)parser; |
| 62 | } |
| 63 | |
| 64 | #define EIGTH_ARG(a,b,c,d,e,f,g,h,...) h |
| 65 | #define NO_FAIL |
no outgoing calls
no test coverage detected