Commit 4ce30ac4 authored by michael's avatar michael

make keyframe default for AVFrames


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3920 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent d4dd172b
......@@ -483,6 +483,7 @@ void avcodec_get_frame_defaults(AVFrame *pic){
memset(pic, 0, sizeof(AVFrame));
pic->pts= AV_NOPTS_VALUE;
pic->key_frame= 1;
}
/**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment