| 112 | } |
| 113 | |
| 114 | string MovieDecoder::getCodec() |
| 115 | { |
| 116 | if (m_pVideoCodec) { |
| 117 | return m_pVideoCodec->name; |
| 118 | } |
| 119 | |
| 120 | return ""; |
| 121 | } |
| 122 | |
| 123 | static bool isStillImageCodec(AVCodecID codecId) |
| 124 | { |
nothing calls this directly
no outgoing calls
no test coverage detected