| 974 | } |
| 975 | |
| 976 | virtual void DecodingComplete() { |
| 977 | shutting_down = true; |
| 978 | |
| 979 | // Release the reference to the external objects, because it is no longer safe to call them |
| 980 | host_ = nullptr; |
| 981 | callback_ = nullptr; |
| 982 | TearDownDecoder(); |
| 983 | |
| 984 | Release(); |
| 985 | } |
| 986 | |
| 987 | private: |
| 988 | virtual ~OpenH264VideoDecoder() { |
nothing calls this directly
no outgoing calls
no test coverage detected