Skip to content

Commit 133cdae

Browse files
committed
Remove unneccessary assignments
1 parent 813629f commit 133cdae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Source/FFmpegMediaSource.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,6 @@ HRESULT FFmpegMediaSource::CreateMediaStreamSource(String^ uri)
554554

555555
if (SUCCEEDED(hr))
556556
{
557-
this->mss = nullptr;
558557
hr = InitFFmpegContext();
559558
}
560559

@@ -641,7 +640,6 @@ HRESULT FFmpegMediaSource::CreateMediaStreamSource(IRandomAccessStream^ stream)
641640

642641
if (SUCCEEDED(hr))
643642
{
644-
this->mss = mss;
645643
hr = InitFFmpegContext();
646644
}
647645

0 commit comments

Comments
 (0)