leandromoreira / ffmpeg-libav-tutorial

FFmpeg libav tutorial - learn how media works from basic to transmuxing, transcoding and more. Translations: πŸ‡ΊπŸ‡Έ πŸ‡¨πŸ‡³ πŸ‡°πŸ‡· πŸ‡ͺπŸ‡Έ πŸ‡»πŸ‡³ πŸ‡§πŸ‡·
https://github.com/leandromoreira/ffmpeg-libav-tutorial
BSD 3-Clause "New" or "Revised" License
9.78k stars 937 forks source link

Update 0_hello_world.c #86

Closed anebot closed 3 years ago

anebot commented 3 years ago

I think there is a little mistake in the example as not all the stream's info are shown. So, I've removed the break statement once the video stream is found, as otherwise it won't continue printing information from the rest of the streams.

leandromoreira commented 3 years ago

And I think you're right! :)