On 06/26/2012 07:53 AM, Anton Khirnov wrote: > --- > avconv.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/avconv.c b/avconv.c > index a1884ad..21b6b3c 100644 > --- a/avconv.c > +++ b/avconv.c > @@ -3351,6 +3351,7 @@ static int copy_metadata(char *outspec, char *inspec, > AVFormatContext *oc, AVFor > METADATA_CHECK_INDEX(index, context->nb_programs, "program")\ > meta = &context->programs[index]->metadata;\ > break;\ > + default: av_assert0(0);\ > }\ > > SET_DICT(type_in, meta_in, ic, idx_in);
LGTM -Justin _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
