[FFmpeg-cvslog] vp3: remove some pointless comments
Diego Biurrun
git at videolan.org
Thu Nov 3 02:23:07 CET 2011
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Sun Oct 30 17:52:11 2011 +0100| [d1dfcb082957b646d59388925fc20b7485da33cb] | committer: Diego Biurrun
vp3: remove some pointless comments
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d1dfcb082957b646d59388925fc20b7485da33cb
---
libavcodec/vp3.c | 9 ---------
1 files changed, 0 insertions(+), 9 deletions(-)
diff --git a/libavcodec/vp3.c b/libavcodec/vp3.c
index ce14e63..991ddce 100644
--- a/libavcodec/vp3.c
+++ b/libavcodec/vp3.c
@@ -1588,9 +1588,6 @@ static av_cold int allocate_tables(AVCodecContext *avctx)
return 0;
}
-/*
- * This is the ffmpeg/libavcodec API init function.
- */
static av_cold int vp3_decode_init(AVCodecContext *avctx)
{
Vp3DecodeContext *s = avctx->priv_data;
@@ -1842,9 +1839,6 @@ static int vp3_update_thread_context(AVCodecContext *dst, const AVCodecContext *
return 0;
}
-/*
- * This is the ffmpeg/libavcodec API frame decode function.
- */
static int vp3_decode_frame(AVCodecContext *avctx,
void *data, int *data_size,
AVPacket *avpkt)
@@ -1999,9 +1993,6 @@ error:
return -1;
}
-/*
- * This is the ffmpeg/libavcodec API module cleanup function.
- */
static av_cold int vp3_decode_end(AVCodecContext *avctx)
{
Vp3DecodeContext *s = avctx->priv_data;
More information about the ffmpeg-cvslog
mailing list