[FFmpeg-devel] [PATCH] avformat: Add Dynacolor MVC Demuxer
Lou Logan
lou at lrcd.com
Sun Mar 22 19:54:15 EET 2020
On Sun, Mar 22, 2020, at 9:28 AM, Tom Needham wrote:
> This demuxer adds support for demuxing files in the Dynacolor format
> such as the sample located at:
>
> http://samples.ffmpeg.org/camera-dvr/dynacolor/dynacolor-camera-sample
>
> However, some decode errors are showing on the resulting MPEG4 stream.
> I don't know whether this is a bug with the demuxer or the file as there is
> only one sample
> but the output results in a 1 second mp4 file that is playable in VLC media
> player.
>
> Signed-off-by: Tom Needham <06needhamt at gmail.com>
> ---
> Changelog | 1 +
> doc/general.texi | 1 +
> libavformat/Makefile | 1 +
> libavformat/allformats.c | 1 +
> libavformat/dynacolor.c | 560 +++++++++++++++++++++++++++++++++++++++
> libavformat/dynacolor.h | 308 +++++++++++++++++++++
> libavformat/version.h | 2 +-
> 7 files changed, 873 insertions(+), 1 deletion(-)
> create mode 100644 libavformat/dynacolor.c
> create mode 100644 libavformat/dynacolor.h
Fails to apply.
Applying: avformat: Add Dynacolor MVC Demuxer
error: corrupt patch at line 89
Patch failed at 0001 avformat: Add Dynacolor MVC Demuxer
More information about the ffmpeg-devel
mailing list