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.h | |
| parent | 0cfbf86e1804ea01e385359f3778f02974b2cc5a (diff) | |
Use the more in-keeping name string_to_video_encoding().
Diffstat (limited to 'src/lib/video_encoding.h')
| -rw-r--r-- | src/lib/video_encoding.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/video_encoding.h b/src/lib/video_encoding.h index 7c240f06f..1edae7a9d 100644 --- a/src/lib/video_encoding.h +++ b/src/lib/video_encoding.h @@ -35,7 +35,7 @@ enum class VideoEncoding std::string video_encoding_to_string(VideoEncoding encoding); -VideoEncoding video_encoding_from_string(std::string const& encoding); +VideoEncoding string_to_video_encoding(std::string const& encoding); #endif |
