Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improving Support for Newer FFMPEG versions #972

Merged
merged 3 commits into from
Sep 7, 2024

Removing an unneeded avcodec encoder flush, which was breaking many e…

5be0f4a
Select commit
Loading
Failed to load commit list.
Merged

Improving Support for Newer FFMPEG versions #972

Removing an unneeded avcodec encoder flush, which was breaking many e…
5be0f4a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Sep 6, 2024 in 0s

5.26% of diff hit (target 54.27%)

View this Pull Request on Codecov

5.26% of diff hit (target 54.27%)

Annotations

Check warning on line 704 in src/FFmpegReader.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/FFmpegReader.cpp#L701-L704

Added lines #L701 - L704 were not covered by tests

Check warning on line 27 in tests/Caption.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

tests/Caption.cpp#L25-L27

Added lines #L25 - L27 were not covered by tests

Check warning on line 31 in tests/Caption.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

tests/Caption.cpp#L30-L31

Added lines #L30 - L31 were not covered by tests

Check warning on line 37 in tests/Caption.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

tests/Caption.cpp#L34-L37

Added lines #L34 - L37 were not covered by tests

Check warning on line 46 in tests/Caption.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

tests/Caption.cpp#L40-L46

Added lines #L40 - L46 were not covered by tests

Check warning on line 50 in tests/Caption.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

tests/Caption.cpp#L50

Added line #L50 was not covered by tests

Check warning on line 64 in tests/Caption.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

tests/Caption.cpp#L63-L64

Added lines #L63 - L64 were not covered by tests

Check warning on line 68 in tests/Caption.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

tests/Caption.cpp#L68

Added line #L68 was not covered by tests

Check warning on line 107 in tests/Caption.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

tests/Caption.cpp#L106-L107

Added lines #L106 - L107 were not covered by tests

Check warning on line 110 in tests/Caption.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

tests/Caption.cpp#L110

Added line #L110 was not covered by tests

Check warning on line 121 in tests/Caption.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

tests/Caption.cpp#L121

Added line #L121 was not covered by tests

Check warning on line 124 in tests/Caption.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

tests/Caption.cpp#L124

Added line #L124 was not covered by tests

Check warning on line 146 in tests/Caption.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

tests/Caption.cpp#L146

Added line #L146 was not covered by tests

Check warning on line 150 in tests/Caption.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

tests/Caption.cpp#L149-L150

Added lines #L149 - L150 were not covered by tests

Check warning on line 153 in tests/Caption.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

tests/Caption.cpp#L153

Added line #L153 was not covered by tests

Check warning on line 164 in tests/Caption.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

tests/Caption.cpp#L164

Added line #L164 was not covered by tests

Check warning on line 167 in tests/Caption.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

tests/Caption.cpp#L167

Added line #L167 was not covered by tests

Check warning on line 196 in tests/Caption.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

tests/Caption.cpp#L196

Added line #L196 was not covered by tests