We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 561f975 commit 83cacd3Copy full SHA for 83cacd3
src/AvTranscoder/EssenceStream/DummyVideo.cpp
@@ -38,7 +38,7 @@ bool DummyVideo::readNextFrame( Frame& frameBuffer )
38
{
39
if( ! _inputFrame )
40
41
- // @todo support PAL (0 to 255) and NTFC (16 to 235)
+ // @todo support PAL (0 to 255) and NTFS (16 to 235)
42
int fillChar = 0;
43
44
if( frameBuffer.getSize() != _videoFrameDesc.getDataSize() )
0 commit comments