On Tue, Mar 03, 2015 at 08:18:17PM +0100, Alexandra Hájková wrote:
> From: alexandra <alexandra@sai>

.. Git setup ..

> The old one is result of reverse engeneering and guesswork.

eng_I_neer

I have lost count of the amount of times I have pointed this out.

> --- a/libavformat/asfdec.c
> +++ b/libavformat/asfdec.c
> @@ -39,153 +39,294 @@
> -static const AVOption options[] = {
> -    { "no_resync_search", "Don't try to resynchronize by looking for a 
> certain optional start code", offsetof(ASFContext, no_resync_search), 
> AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 1, AV_OPT_FLAG_DECODING_PARAM },
> -    { "export_xmp", "Export full XMP metadata", offsetof(ASFContext, 
> export_xmp), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 1, AV_OPT_FLAG_DECODING_PARAM 
> },
> -    { NULL },
> -};
> +static int detect_unknown_subobject(AVFormatContext *s, int64_t offset, 
> int64_t size);
> +static const GUIDParseTable *find_guid(ff_asf_guid guid);
> +>>>>>>> lavf: Replace the ASF demuxer

Sending untested patches for review, srsly?

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to