OSDN Git Service

rv34: Handle only complete frames in frame-mt.
authorJanne Grunau <janne-libav@jannau.net>
Fri, 16 Mar 2012 15:18:57 +0000 (16:18 +0100)
committerJanne Grunau <janne-libav@jannau.net>
Fri, 23 Mar 2012 16:50:46 +0000 (17:50 +0100)
commit73ad4471a48bd02b2c2a55de116161b87e061023
tree25fd04153e52d3ab2a743440fc44f7a271cb9a2f
parent5ab506a5c83afe67ae0f0a8d7586764b54aeac27
rv34: Handle only complete frames in frame-mt.

Correct handling of errors to prevent hags or crashes is very complex
otherwise.

The frame initializing is also moved from decode_slice() to
decode_frame() for clarity.
libavcodec/rv34.c