You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
typo (found by Bohdan Horst <nexus at hoth.amu.edu.pl>)
Originally committed as revision 648 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -335,7 +335,7 @@ int MPV_encode_init(AVCodecContext *avctx)
|
|||||||
s->width = avctx->width;
|
s->width = avctx->width;
|
||||||
s->height = avctx->height;
|
s->height = avctx->height;
|
||||||
if(avctx->gop_size > 600){
|
if(avctx->gop_size > 600){
|
||||||
fprintf(stderr, "Warning keyframe intervall too large! reducing it ...\n");
|
fprintf(stderr, "Warning keyframe interval too large! reducing it ...\n");
|
||||||
avctx->gop_size=600;
|
avctx->gop_size=600;
|
||||||
}
|
}
|
||||||
s->gop_size = avctx->gop_size;
|
s->gop_size = avctx->gop_size;
|
||||||
|
Reference in New Issue
Block a user