leandromoreira / leandromoreira/ffmpeg-libav-tutorial
define pCodec
Open
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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