jp9000 d5adfff978 deps/media-playback: Fix playback reset fail after stop
The recent changes in 88ae9af causes av_read_frame to check for
m->stopping, and fail with AVERROR_EXIT if true, which would happen
after each reset.  Moving mp_media_prepare_frames to a line after
m->stopping is reset to false fixes the issue.
2017-06-14 08:20:30 -07:00
..
2017-03-06 03:54:48 -08:00
2016-12-23 10:37:06 -08:00
2017-03-31 12:10:33 -07:00
2017-03-06 03:54:51 -08:00