[FFmpeg-devel] [PATCH 1/3] Add muxing/demuxing of RMHD

Michael Niedermayer michael at niedermayer.cc
Fri Jan 19 02:02:41 EET 2018


On Thu, Jan 18, 2018 at 07:39:07PM +0100, Thilo Borgmann wrote:
> This time including the patch...

>  fftools/ffmpeg.c         |   28 +++
>  fftools/ffmpeg_opt.c     |    2 
>  libavformat/Makefile     |    2 
>  libavformat/allformats.c |    1 
>  libavformat/rm.c         |    1 
>  libavformat/rm.h         |    7 
>  libavformat/rmdec.c      |   96 +++++++++--
>  libavformat/rmenc.c      |  395 ++++++++++++++++++++++++++++++++++++++---------
>  libavformat/utils.c      |    5 
>  9 files changed, 438 insertions(+), 99 deletions(-)
> b65cfa6fc05b6199324118ef1b40d9737cd70272  0001-Add-muxing-demuxing-of-RMHD.patch
> From aaeaf7721ba5e9afd79ee13dbb9cc7c3226027b3 Mon Sep 17 00:00:00 2001
> From: Thilo Borgmann <thilo.borgmann at mail.de>
> Date: Wed, 17 Jan 2018 23:09:03 +0100
> Subject: [PATCH 1/3] Add muxing/demuxing of RMHD

This is missing AV_CODEC_ID_RV60

src/libavformat/rm.c:37:7: error: ‘AV_CODEC_ID_RV60’ undeclared here (not in a function)
     { AV_CODEC_ID_RV60,   MKTAG('R','V','6','0') },
       ^
make: *** [libavformat/rm.o] Error 1
make: *** Waiting for unfinished jobs....
src/libavformat/rmenc.c: In function ‘rv10_write_header’:
src/libavformat/rmenc.c:189:48: error: ‘AV_CODEC_ID_RV60’ undeclared (first use in this function)
                       stream->par->codec_id == AV_CODEC_ID_RV60) {
                                                ^
src/libavformat/rmenc.c:189:48: note: each undeclared identifier is reported only once for each function it appears in
src/libavformat/rmenc.c: In function ‘rm_write_video’:
src/libavformat/rmenc.c:538:34: error: ‘AV_CODEC_ID_RV60’ undeclared (first use in this function)
         stream->par->codec_id == AV_CODEC_ID_RV60) {
                                  ^
src/libavformat/rmenc.c: At top level:
src/libavformat/rmenc.c:723:20: error: ‘AV_CODEC_ID_RV60’ undeclared here (not in a function)
     .video_codec       = AV_CODEC_ID_RV60,
                    ^
make: *** [libavformat/rmenc.o] Error 1

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

If you drop bombs on a foreign country and kill a hundred thousand
innocent people, expect your government to call the consequence
"unprovoked inhuman terrorist attacks" and use it to justify dropping
more bombs and killing more people. The technology changed, the idea is old.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20180119/a48ed9ed/attachment.sig>


More information about the ffmpeg-devel mailing list