Skip to content

Commit

Permalink
readme updates
Browse files Browse the repository at this point in the history
fixed the cli args initialization
  • Loading branch information
Mvoii committed Jan 22, 2025
1 parent 823efa4 commit fba0675
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Codec translated into python
## Codec in python
<p>The codec compresses a video in a encoded.bin file andn then decodes it into teh decoded.rgb24 file.</p>

Here are the key features:
Expand Down
2 changes: 1 addition & 1 deletion test_c/first_iter/vid_codec.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* Return: 0 on success, 1 on failure
*/
int main(int argc, char *argv)
int main(int argc, char **argv)
{
encoder_context ctx;
video_frame *frames;
Expand Down

0 comments on commit fba0675

Please sign in to comment.