-
Even Wiik Thomassen authored
The open_codec_context function, when it fails to find a codec, now return AVERROR(EINVAL) to signal an error. Before it would return the stream index, which was always >= 0, and continue as if a codec was found. This change make it fail faster, instead of repeated failed tries to decode frames with no codec. Signed-off-by:
Even Wiik Thomassen <e.thomassen@sportradar.com> Signed-off-by:
Stefano Sabatini <stefasab@gmail.com>
43f116d1
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
Makefile | ||
README | ||
decoding_encoding.c | ||
demuxing_decoding.c | ||
filtering_audio.c | ||
filtering_video.c | ||
metadata.c | ||
muxing.c | ||
resampling_audio.c | ||
scaling_video.c | ||
transcode_aac.c |