This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
indent
Originally committed as revision 18921 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Michael Niedermayer
16 years ago
parent
216fb60dff
commit
77bc343a40
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/rv10.c
+ 1
- 1
libavcodec/rv10.c
View File
@@ -511,7 +511,7 @@ av_log(s->avctx, AV_LOG_DEBUG, "\n");*/
// s->umvplus=1;
// s->umvplus=1;
s->modified_quant=1;
s->modified_quant=1;
if(!s->avctx->lowres)
if(!s->avctx->lowres)
s->loop_filter=1;
s->loop_filter=1;
if(s->avctx->debug & FF_DEBUG_PICT_INFO){
if(s->avctx->debug & FF_DEBUG_PICT_INFO){
av_log(s->avctx, AV_LOG_INFO, "num:%5d x:%2d y:%2d type:%d qscale:%2d rnd:%d\n",
av_log(s->avctx, AV_LOG_INFO, "num:%5d x:%2d y:%2d type:%d qscale:%2d rnd:%d\n",
Write
Preview
Loading…
Cancel
Save