diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-09-15 18:00:43 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-09-15 18:00:43 +0200 |
| commit | 6735d3e88062d44433a1432bcc2f07ba1a610be4 (patch) | |
| tree | 9537a031375ee8789c9190032b7b8207dd055471 /src/lib/writer.cc | |
| parent | 18852c4b98272809f511b76a7167fcb62f3dec99 (diff) | |
Cleanup: rename frame_info.{cc,h} to j2k_frame_info.{cc,h}
Diffstat (limited to 'src/lib/writer.cc')
| -rw-r--r-- | src/lib/writer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/writer.cc b/src/lib/writer.cc index 80ffb2913..c61ccd4bb 100644 --- a/src/lib/writer.cc +++ b/src/lib/writer.cc @@ -30,8 +30,8 @@ #include "dcpomatic_log.h" #include "film.h" #include "film_util.h" -#include "frame_info.h" #include "job.h" +#include "j2k_frame_info.h" #include "log.h" #include "ratio.h" #include "reel_writer.h" |
