diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-12-22 01:17:45 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-12-22 01:17:45 +0100 |
| commit | 7b16a669e797cc9d876dfd31eef92905d9121e85 (patch) | |
| tree | c85347d3978511c40b59b587fa76e8dce109f2da /src/lib/film.h | |
| parent | 34f7a41b24c4fa61b759f2e4b511111268758f71 (diff) | |
Fix strange default of user_explicit with set_video_frame_rate.
Diffstat (limited to 'src/lib/film.h')
| -rw-r--r-- | src/lib/film.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/film.h b/src/lib/film.h index 1bb60f9d5..5e3a6e0fe 100644 --- a/src/lib/film.h +++ b/src/lib/film.h @@ -404,7 +404,7 @@ public: void set_encrypt_sound(bool); void set_encrypt_text(bool); void set_video_bit_rate(VideoEncoding encoding, int64_t); - void set_video_frame_rate(int rate, bool user_explicit = false); + void set_video_frame_rate(int rate, bool user_explicit = true); void set_audio_channels(int); void set_three_d(bool); void set_isdcf_date_today(); |
