diff options
author | trav90 <travawine@palemoon.org> | 2018-11-18 21:59:15 -0600 |
---|---|---|
committer | trav90 <travawine@palemoon.org> | 2018-11-18 21:59:15 -0600 |
commit | 011ec4885e7fdef229309d966c7fa0b98bcdfed8 (patch) | |
tree | 6a48a7ccf7c6b92940afda9fc9f0cb1f9668ded5 /dom/media/directshow/DirectShowReader.h | |
parent | a5bdec9a680e926d8b9e828fe748fb50a57ed914 (diff) | |
download | UXP-011ec4885e7fdef229309d966c7fa0b98bcdfed8.tar UXP-011ec4885e7fdef229309d966c7fa0b98bcdfed8.tar.gz UXP-011ec4885e7fdef229309d966c7fa0b98bcdfed8.tar.lz UXP-011ec4885e7fdef229309d966c7fa0b98bcdfed8.tar.xz UXP-011ec4885e7fdef229309d966c7fa0b98bcdfed8.zip |
Cleanup some comments in our media code.
Diffstat (limited to 'dom/media/directshow/DirectShowReader.h')
-rw-r--r-- | dom/media/directshow/DirectShowReader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/media/directshow/DirectShowReader.h b/dom/media/directshow/DirectShowReader.h index e1326d416..881b27c28 100644 --- a/dom/media/directshow/DirectShowReader.h +++ b/dom/media/directshow/DirectShowReader.h @@ -14,7 +14,7 @@ #include "MP3FrameParser.h" // Add the graph to the Running Object Table so that we can connect -// to this graph with GraphEdit/GraphStudio. Note: on Vista and up you must +// to this graph with GraphEdit/GraphStudio. Note: you must // also regsvr32 proppage.dll from the Windows SDK. // See: http://msdn.microsoft.com/en-us/library/ms787252(VS.85).aspx // #define DIRECTSHOW_REGISTER_GRAPH |