projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
9a41c2c
)
SVQ3 uses unrestricted motion vectors
author
Mike Melanson
<mike@multimedia.cx>
Thu, 18 Dec 2003 23:44:49 +0000
(23:44 +0000)
committer
Mike Melanson
<mike@multimedia.cx>
Thu, 18 Dec 2003 23:44:49 +0000
(23:44 +0000)
Originally committed as revision 2626 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/svq3.c
patch
|
blob
|
history
diff --git
a/libavcodec/svq3.c
b/libavcodec/svq3.c
index
e5d7bb6
..
b160987
100644
(file)
--- a/
libavcodec/svq3.c
+++ b/
libavcodec/svq3.c
@@
-766,7
+766,8
@@
static int svq3_decode_frame (AVCodecContext *avctx,
*data_size = 0;
s->flags = avctx->flags;
-
+ s->unrestricted_mv = 1;
+
if (!s->context_initialized) {
s->width = avctx->width;
s->height = avctx->height;