Index: media/base/mock_ffmpeg.cc |
=================================================================== |
--- media/base/mock_ffmpeg.cc (revision 90887) |
+++ media/base/mock_ffmpeg.cc (working copy) |
@@ -111,11 +111,11 @@ |
int avcodec_close(AVCodecContext* avctx) { |
return MockFFmpeg::get()->AVCodecClose(avctx); |
} |
+// Deprecated |
+//int avcodec_thread_init(AVCodecContext* avctx, int threads) { |
scherkus (not reviewing)
2011/06/29 17:00:36
was the function signature changed?
can we get ri
fbarchard
2011/06/29 18:28:27
code review for ffmpeg said
"they should be rename
ilja
2011/06/29 21:40:05
Done.
|
+// return MockFFmpeg::get()->AVCodecThreadInit(avctx, threads); |
+//} |
-int avcodec_thread_init(AVCodecContext* avctx, int threads) { |
- return MockFFmpeg::get()->AVCodecThreadInit(avctx, threads); |
-} |
- |
void avcodec_flush_buffers(AVCodecContext* avctx) { |
return MockFFmpeg::get()->AVCodecFlushBuffers(avctx); |
} |