| 107 | } |
| 108 | |
| 109 | AVPixelFormat AVCodecParametersWrapper::getPixelFormat() |
| 110 | { |
| 111 | this->update(); |
| 112 | return AVPixelFormat(this->format); |
| 113 | } |
| 114 | |
| 115 | Ratio AVCodecParametersWrapper::getSampleAspectRatio() |
| 116 | { |
nothing calls this directly
no test coverage detected