[FFmpeg-cvslog] avcodec/flashsv: fix typo

Paul B Mahol git at videolan.org
Tue Nov 5 13:45:44 CET 2013


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Tue Nov  5 12:44:52 2013 +0000| [c3311515d513eaa9f693c01978c9906865537545] | committer: Paul B Mahol

avcodec/flashsv: fix typo

Signed-off-by: Paul B Mahol <onemda at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c3311515d513eaa9f693c01978c9906865537545
---

 libavcodec/flashsv.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/flashsv.c b/libavcodec/flashsv.c
index 8fbf13b..ee33060 100644
--- a/libavcodec/flashsv.c
+++ b/libavcodec/flashsv.c
@@ -255,7 +255,7 @@ static int flashsv_decode_frame(AVCodecContext *avctx, void *data,
     if (buf_size < 4)
         return -1;
 
-    if ((ret = init_get_bits(&gb, avpkt->data, buf_size)) < 0)
+    if ((ret = init_get_bits8(&gb, avpkt->data, buf_size)) < 0)
         return ret;
 
     /* start to parse the bitstream */



More information about the ffmpeg-cvslog mailing list