leandromoreira / leandromoreira/ffmpeg-libav-tutorial

define pCodec

Open
#130 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C
Stars
11k
Forks
1k
PR merge metrics
No merged PRs in 30d

Description

pCodec is undefuned in README.md
But it is defined in example

I think you should mark that pCodec = pLocalCodec
OR use
AVCodecContext *pCodecContext = avcodec_alloc_context3(pLocalCodec);
in README.md

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with README.md and compare its pCodec usage with the definition in 0_hello_world.c at line 135. Update the README so pCodec is defined consistently with the example or the proposed codec-context form. Done means the README no longer refers to an undefined pCodec.

Written by the indexing model from the issue text.

Assessment

Tech stack
c
Domain
documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.