| 365 | } |
| 366 | |
| 367 | static av_always_inline const FFStream *cffstream(const AVStream *st) |
| 368 | { |
| 369 | return (const FFStream*)st; |
| 370 | } |
| 371 | |
| 372 | #if defined (__GNUC__) || defined (__clang__) |
| 373 | #define dynarray_add(tab, nb_ptr, elem)\ |
no outgoing calls
no test coverage detected