diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-05-06 01:06:29 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-05-08 01:29:35 +0200 |
| commit | 3ee71498b4f029ea2120eca608de0d2d5f35aa38 (patch) | |
| tree | 2450b852251c6df8142874bc12bed95a6c7522f9 /src/lib/video_encoding.cc | |
| parent | 0cfbf86e1804ea01e385359f3778f02974b2cc5a (diff) | |
Use the more in-keeping name string_to_video_encoding().
Diffstat (limited to 'src/lib/video_encoding.cc')
| -rw-r--r-- | src/lib/video_encoding.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/video_encoding.cc b/src/lib/video_encoding.cc index de68c6ae9..858f41bee 100644 --- a/src/lib/video_encoding.cc +++ b/src/lib/video_encoding.cc @@ -43,7 +43,7 @@ video_encoding_to_string(VideoEncoding encoding) VideoEncoding -video_encoding_from_string(string const& encoding) +string_to_video_encoding(string const& encoding) { if (encoding == "jpeg2000") { return VideoEncoding::JPEG2000; |
