diff options
| author | Poommetee Ketson | 2017-09-01 21:07:55 +0700 |
|---|---|---|
| committer | Poommetee Ketson | 2017-09-01 21:07:55 +0700 |
| commit | ed606ded52132f7afed03d99fabed7b111ce9a51 (patch) | |
| tree | 1690f36306d95149dafb18bbd9f6c482140549fd /modules/webm | |
| parent | 1e0fc4dc4e3143d2905d754099dff5f911188e49 (diff) | |
| download | godot-ed606ded52132f7afed03d99fabed7b111ce9a51.tar.gz godot-ed606ded52132f7afed03d99fabed7b111ce9a51.tar.zst godot-ed606ded52132f7afed03d99fabed7b111ce9a51.zip | |
Diffstat (limited to 'modules/webm')
| -rw-r--r-- | modules/webm/video_stream_webm.cpp | 2 | ||||
| -rw-r--r-- | modules/webm/video_stream_webm.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/webm/video_stream_webm.cpp b/modules/webm/video_stream_webm.cpp index 26344877d..0178ebab8 100644 --- a/modules/webm/video_stream_webm.cpp +++ b/modules/webm/video_stream_webm.cpp @@ -1,5 +1,5 @@ /*************************************************************************/ -/* av_stream_webm.cpp.cpp */ +/* video_stream_webm.cpp */ /*************************************************************************/ /* This file is part of: */ /* GODOT ENGINE */ diff --git a/modules/webm/video_stream_webm.h b/modules/webm/video_stream_webm.h index a48a6c6b9..9a331849b 100644 --- a/modules/webm/video_stream_webm.h +++ b/modules/webm/video_stream_webm.h @@ -1,5 +1,5 @@ /*************************************************************************/ -/* av_stream_webm.cpp.cpp */ +/* video_stream_webm.h */ /*************************************************************************/ /* This file is part of: */ /* GODOT ENGINE */ |
