On 6/30/2014 3:16 AM, Michael Niedermayer wrote:
> + print_int("side_data_type", sd->type);
int doesn't seem very useful. What about a switch/case for types of side data (yeah it's ugly...)
Didn't Stefano do something similar-ish for the disposition info?
- Derek