[FFmpeg-devel] [PATCH] Adobe HTTP Dynamic Streaming (HDS) demuxer improvements

Gorilla Maguila gorilla.maguila at gmail.com
Tue Apr 28 18:16:52 CEST 2015


I can't think of a better way of avoiding forward declaration due to the
nested nature of the F4F Boxes and AMF data.

2015-04-28 15:32 GMT+02:00 Clément Bœsch <u at pkh.me>:

> > +static int f4fbox_parse_single_box(AVIOContext *in, void *opaque);
>

> Again, isn't this avoidable?



> +static int amf_metadata_parse_value(AVIOContext *in, AMFMetadata
> *metadata, const char *name);



Can't avoid this forward declaration?




> --
> Clément B.
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
>


More information about the ffmpeg-devel mailing list