On 01/10/15 02:00, Vittorio Giovara wrote: > av_dict_set() could return an error, so forward it appropriately. > > Signed-off-by: Vittorio Giovara <[email protected]> > --- > libavutil/dict.c | 11 ++++++++--- > libavutil/dict.h | 3 ++- > 2 files changed, 10 insertions(+), 4 deletions(-) > > diff --git a/libavutil/dict.c b/libavutil/dict.c > index 4a9d50b..6a8a06e 100644 > --- a/libavutil/dict.c > +++ b/libavutil/dict.c > @@ -188,10 +188,15 @@ void av_dict_free(AVDictionary **pm) > av_freep(pm); > } >
Sure. _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
