mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Compile fix by (Chip <szarlada at freemail dot hu>)
Originally committed as revision 2915 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
b839da647e
commit
6b47b7300e
@ -536,6 +536,8 @@ void MPV_decode_defaults(MpegEncContext *s){
|
||||
* sets the given MpegEncContext to defaults for encoding.
|
||||
* the changed fields will not depend upon the prior state of the MpegEncContext.
|
||||
*/
|
||||
|
||||
#ifdef CONFIG_ENCODERS
|
||||
void MPV_encode_defaults(MpegEncContext *s){
|
||||
static int done=0;
|
||||
|
||||
@ -556,6 +558,7 @@ void MPV_encode_defaults(MpegEncContext *s){
|
||||
s->me.mv_penalty= default_mv_penalty;
|
||||
s->fcode_tab= default_fcode_tab;
|
||||
}
|
||||
#endif //CONFIG_ENCODERS
|
||||
|
||||
/**
|
||||
* init common structure for both encoder and decoder.
|
||||
|
Loading…
Reference in New Issue
Block a user