Re: to be effcient or not to be efficient
Steve Lhomme <[email protected]>
| Newsgroups | gmane.comp.multimedia.media-api |
|---|---|
| Message-ID | <[email protected]> |
Enrico Weigelt wrote: > Okay, this was the scenario for video-only playback and only one codec > in chain. But how gets the situation if we also wanna have synchronized > audio ? And what to do if we have more filters ? Actually I had only audio in mind for that one. In this case it can only be handled between the reader and the codec. The codec gives samples and they are copied into another buffer but backward. For video the problem is P and B frames which come in the opposite order. It could be tricky but still require the reader to "work" with the codec.