Skip to content

Commit 83cacd3

Browse files
author
Clement Champetier
committed
DummyVideo: update comment
Correct NTFC to NTFS.
1 parent 561f975 commit 83cacd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AvTranscoder/EssenceStream/DummyVideo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ bool DummyVideo::readNextFrame( Frame& frameBuffer )
3838
{
3939
if( ! _inputFrame )
4040
{
41-
// @todo support PAL (0 to 255) and NTFC (16 to 235)
41+
// @todo support PAL (0 to 255) and NTFS (16 to 235)
4242
int fillChar = 0;
4343

4444
if( frameBuffer.getSize() != _videoFrameDesc.getDataSize() )

0 commit comments

Comments
 (0)