Skip to content

Commit

Permalink
Fix docs, fix mac
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Mar 12, 2024
1 parent 7a5c2d1 commit 9e4bb69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ jobs:
fi
;;
macos-latest)
brew update
brew install automake libtool nasm pkg-config shtool texi2html wget
brew install libass libjpeg libpng libvorbis libvpx opus theora x264
;;
Expand Down
5 changes: 2 additions & 3 deletions av/video/codeccontext.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,9 @@ cdef class VideoCodecContext(CodecContext):
@property
def bits_per_coded_sample(self):
"""
The number of bits per sample in the codedwords, basically the bitrate per sample.
It is mandatory for this to be set for some formats to decode them.
The number of bits per sample in the codedwords. It's mandatory for this to be set for some formats to decode properly.
Wraps :ffmpeg:`AVCodecContext::bits_per_coded_sample`
Wraps :ffmpeg:`AVCodecContext.bits_per_coded_sample`.
:type: int
"""
Expand Down

0 comments on commit 9e4bb69

Please sign in to comment.