Hi all, I'm working some code converting between formats on the fly. And, as I am posting here, I've run into some trouble with one of the formats - PCM s16le. I.e when the av_find_stream_info function is called an error is encountered:
[s16le @ 04E50050]Could not find codec parameters (Audio: pcm_s16le, s16) The same piece of code works for other formats, i.e. streaming FLV/nelly moser audio. So I am wondering if there are any parameters that I need to set programatically for this format, flags, etc. Other? Additional initializations? The code I am working on is based on, almost identical to, to the example code available. Any pointers, hints, suggestions are greatly appreciated. Thanks in advance, Robert _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
