ffmpeg.nim icon indicating copy to clipboard operation
ffmpeg.nim copied to clipboard

Missing symbols from channel_layout?

Open adigitoleo opened this issue 3 years ago • 0 comments

I can't find any AVChannelLayout type here, but I could be missing something because I have only started to look into ffmpeg since yesterday. Basically I'm trying to write a very simple terminal audio player, but I'm sort of following some of ffplay.c because I have no idea what I'm doing (it's also pretty messy though). At some point they are using av_channel_layout_copy (also missing?) for a kind of non-essential test before actually setting up the output. I can probably skip this for now but I wanted to let you know in case you missed this.

adigitoleo avatar Jun 22 '22 14:06 adigitoleo