Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-06-30 17:07:36 +0400
committerDiego Biurrun <diego@biurrun.de>2011-07-06 15:21:27 +0400
commitecf026f1aa8ffe170b5b8c577cae56a405ebafc8 (patch)
treec4412f6d770bff28e4e3048f2ee3555970d32e41 /libavcodec/flashsv.c
parentbc35ab3f7d453e94df81c3145bdc77982f14ae9e (diff)
flashsv: set reference frame type to full frame
Diffstat (limited to 'libavcodec/flashsv.c')
-rw-r--r--libavcodec/flashsv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/flashsv.c b/libavcodec/flashsv.c
index 4d8762c993..e5c6a074f2 100644
--- a/libavcodec/flashsv.c
+++ b/libavcodec/flashsv.c
@@ -141,7 +141,7 @@ static int flashsv_decode_frame(AVCodecContext *avctx, void *data,
s->image_width, s->image_height, s->block_width, s->block_height,
h_blocks, v_blocks, h_part, v_part);
- s->frame.reference = 1;
+ s->frame.reference = 3;
s->frame.buffer_hints = FF_BUFFER_HINTS_VALID |
FF_BUFFER_HINTS_PRESERVE |
FF_BUFFER_HINTS_REUSABLE;