Hi I am using ffmpeg to decode h264 stream. I noticed that if I change the stream resolution while the decoder is running, the decoder crashed. Is it an inherited limitation in the h264 decoder? Can I use ffmpeg to parse the h264 stream and detect if there's a resolution change and by that restart the decoder? thanks in advance, koby