On 03/30/2012 12:16 PM, Kostya Shishkov wrote: > As I vaguely remember, original decoder did not perform any clipping and > didn't care if the samples just wrapped around. > > This fixes bug 265 too.
sign-extending the initial pred values also fixes bug 265, and it seems like the more appropriate solution to me. also, the behavior of the implicit cast is implementation-defined when pred is not in int16_t range. -Justin _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
