You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-8Lines changed: 1 addition & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -299,14 +299,7 @@ Since some people were [facing issues while compiling or running the examples](h
299
299
300
300
We'll skip some details, but don't worry: the [source code is available at github](/0_hello_world.c).
301
301
302
-
The first thing we need to do is to register all the codecs, formats and protocols.
303
-
To do it, we just need to call the function[`av_register_all`](http://ffmpeg.org/doxygen/trunk/group__lavf__core.html#ga917265caec45ef5a0646356ed1a507e3):
304
-
305
-
```c
306
-
av_register_all();
307
-
```
308
-
309
-
Now we're going to allocate memory to the component [`AVFormatContext`](http://ffmpeg.org/doxygen/trunk/structAVFormatContext.html) that will hold information about the format (container).
302
+
We're going to allocate memory to the component [`AVFormatContext`](http://ffmpeg.org/doxygen/trunk/structAVFormatContext.html) that will hold information about the format (container).
0 commit comments