diff options
Diffstat (limited to 'media/video/video_decode_context.h')
-rw-r--r-- | media/video/video_decode_context.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media/video/video_decode_context.h b/media/video/video_decode_context.h index 7bd6741..f1e678d 100644 --- a/media/video/video_decode_context.h +++ b/media/video/video_decode_context.h @@ -72,10 +72,10 @@ class VideoDecodeContext { Task* task) = 0; // Destroy this context asynchronously. When the operation is done |task| - // is called. It is safe to delete this object only after |task| is called. + // is called. // // ReleaseVideoFrames() need to be called with all the video frames allocated - // before making this call. + // before making this call. virtual void Destroy(Task* task) = 0; }; |