| 375 | } |
| 376 | |
| 377 | int MovieDecoder::getWidth() |
| 378 | { |
| 379 | if (m_pVideoCodecContext) { |
| 380 | return m_pVideoCodecContext->width; |
| 381 | } |
| 382 | |
| 383 | return -1; |
| 384 | } |
| 385 | |
| 386 | int MovieDecoder::getHeight() |
| 387 | { |
nothing calls this directly
no outgoing calls
no test coverage detected