On Fri, 7 Sep 2012, Samuel Pitoiset wrote:

---
Changelog                    |   1 +
libavcodec/Makefile          |   1 +
libavformat/Makefile         |   1 +
libavformat/rtpdec.c         |   1 +
libavformat/rtpdec_formats.h |   1 +
libavformat/rtpdec_jpeg.c    | 331 +++++++++++++++++++++++++++++++++++++++++++
libavformat/version.h        |   2 +-
7 files changed, 337 insertions(+), 1 deletion(-)
create mode 100644 libavformat/rtpdec_jpeg.c

I was just about to say "looks good enough to me" and push this, but this still fails building with --enable-shared on linux, due to using ff_put_string, which is in libavcodec. I've sent a patch to fix that though, so when that's ok'd, I'll push this.

// Martin
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to