Mercurial > mplayer.hg
comparison TOOLS/mencvcd.sh @ 36328:9af6f39eab61
vo png: Error handling and clean up
Simplify error path; returning 1 is obfuscated and not different
from returning VO_TRUE. We do not want to fatally error out anyway,
so printing a warning should be enough and not different from the
current behaviour.
Use av_free_packet, it is the counter part for av_init_packet .
It could e.g. potentially free side data. The buffer itself
will not be freed as is intended for our custom buffer which
we will try to re-use.
author | al |
---|---|
date | Wed, 14 Aug 2013 10:21:30 +0000 |
parents | e193fb0e07e7 |
children |
comparison
equal
deleted
inserted
replaced
36327:797bbffdd112 | 36328:9af6f39eab61 |
---|