Fix accidental inclusion of test code in last commit.
Originally committed to SVN as r3153.
This commit is contained in:
parent
8087622edd
commit
62b036ac35
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@ const AegiVideoFrame FFmpegSourceVideoProvider::GetFrame(int _n, int FormatType)
|
||||||
AegiVideoFrame &DstFrame = CurFrame;
|
AegiVideoFrame &DstFrame = CurFrame;
|
||||||
|
|
||||||
// choose output format
|
// choose output format
|
||||||
if (0 /*FormatType & FORMAT_RGB32*/) {
|
if (FormatType & FORMAT_RGB32) {
|
||||||
DstFormat = FFMS_GetPixFmt("bgra");
|
DstFormat = FFMS_GetPixFmt("bgra");
|
||||||
DstFrame.format = FORMAT_RGB32;
|
DstFrame.format = FORMAT_RGB32;
|
||||||
} else if (FormatType & FORMAT_RGB24) {
|
} else if (FormatType & FORMAT_RGB24) {
|
||||||
|
|
Loading…
Reference in a new issue