h4tr3d / avcpp

C++ wrapper for FFmpeg
Other
448 stars 81 forks source link

fix audio example infinite loop #117

Closed mmomtchev closed 10 months ago

mmomtchev commented 10 months ago

Fix the infinite loop at the end of the audio transcoding example

mmomtchev commented 10 months ago

When reading past the end, the returned packet will be a null packet that won't have a stream index set

h4tr3d commented 10 months ago

Great observation, thanks!