summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
1897858)
input_codec_ctx is guaranteed to be defined here, otherwise the code
would have bailed out earlier.
/* get a pointer to the codec context for the video stream */
input_codec_ctx = input_format_ctx->streams[video_index]->codec;
/* get a pointer to the codec context for the video stream */
input_codec_ctx = input_format_ctx->streams[video_index]->codec;
- if (input_codec_ctx == NULL) {
- fprintf(stderr, "input codec context is not valid\n");
- ret = -EINVAL;
- goto cleanup;
- }
/* find the decoder for the video stream */
input_codec = avcodec_find_decoder(input_codec_ctx->codec_id);
/* find the decoder for the video stream */
input_codec = avcodec_find_decoder(input_codec_ctx->codec_id);