Skip to content

Commit 3b382ce

Browse files
committed
formatting
1 parent b99b6e7 commit 3b382ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,13 @@ $ cargo run --example h264_video_dec
8989

9090
For some reason (as of this writing) RLS has issues with multiple versions of `ffmpeg-dev` downloaded (under `target`). If there’s something I can fix on my side I’m happy to implement such changes. For now I’m just resorting my deleting the cache folder whenever I update `ffmpeg-dev`.
9191

92-
# Miscellaneous Links:
92+
## Miscellaneous Links:
9393
* [FFmpeg docs overview](https://ffmpeg.org/documentation.html)
9494
* [FFmpeg C API documentation](https://ffmpeg.org/doxygen/trunk/index.html)
9595
* [FFmpeg C Examples](https://github.com/FFmpeg/FFmpeg/tree/master/doc/examples) (pretty easy to convert to rust in my experience)
9696
* [Rust docs](https://docs.rs/ffmpeg-dev)
9797

98-
## Sample or Test Content
98+
### Sample or Test Content
9999

100100
* [sintel_trailer-1080p.mp4](https://download.blender.org/durian/trailer/sintel_trailer-1080p.mp4)
101101
* `./assets/test/test.h264` - heavily compressed version of the video stream from `sintel_trailer-1080p.mp4`. This is a raw H264 encoded video binary.

0 commit comments

Comments
 (0)