Add a simple video decoding test
This application tests the BMediaTrack/BMediaFile API and underlying ffmpeg plugin for video decoding. You can press (or hold) any key to go through frames in a vide
Add a simple video decoding test
This application tests the BMediaTrack/BMediaFile API and underlying ffmpeg plugin for video decoding. You can press (or hold) any key to go through frames in a video. This avoids debugging both MediaPlayer and the underlying libraries at the same time.
It shows that ReadFrames is getting video frames out of PTS order.
show more ...
|