diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-01-26 12:09:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-26 12:09:32 +0100 |
commit | baf5eaadb0bc7385b80181d9018b33be700c9c30 (patch) | |
tree | ee58635301c11a4e5e46d99030e54cff3e4ca9ba /modules/theora/video_stream_theora.cpp | |
parent | 55cc46a0523df8df85aa6ffec6b58ff86e5ab1af (diff) | |
parent | bb6c0d3e8bb1982bce3e1c219c1a4a2d187227f0 (diff) |
Merge pull request #35580 from akien-mga/doc-videostreams
doc: Complete documentation for VideoStreams
Diffstat (limited to 'modules/theora/video_stream_theora.cpp')
-rw-r--r-- | modules/theora/video_stream_theora.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/theora/video_stream_theora.cpp b/modules/theora/video_stream_theora.cpp index 9ba77d3c77..cf1fc3f175 100644 --- a/modules/theora/video_stream_theora.cpp +++ b/modules/theora/video_stream_theora.cpp @@ -147,7 +147,6 @@ void VideoStreamPlaybackTheora::clear() { thread = NULL; ring_buffer.clear(); #endif - //file_name = ""; theora_p = 0; vorbis_p = 0; |