X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Finput%2Fdecoder_synchro.c;h=f6a35bd6558fcb6fd9887a53cd6ad9f13ad74ede;hb=42f0232b694ea4ef13b3ffb68935bf0297c7105b;hp=8bb9d73ad84e0c80020c8e8614e18597ba485794;hpb=95759bad03b6ab0c6e9f02ce346680d2c7bd760a;p=vlc diff --git a/src/input/decoder_synchro.c b/src/input/decoder_synchro.c index 8bb9d73ad8..f6a35bd655 100644 --- a/src/input/decoder_synchro.c +++ b/src/input/decoder_synchro.c @@ -116,8 +116,8 @@ struct decoder_synchro_t /* */ int i_frame_rate; - bool b_no_skip; - bool b_quiet; + bool b_no_skip; + bool b_quiet; /* date of the beginning of the decoding of the current picture */ mtime_t decoding_start; @@ -130,7 +130,7 @@ struct decoder_synchro_t unsigned int pi_meaningful[4]; /* number of durations read */ /* render_time filled by SynchroChoose() */ - int i_render_time; + int i_render_time; /* stream context */ int i_nb_ref; /* Number of reference pictures */