Michael Niedermayer | 21 Aug 2012 06:22
Favicon

rmdec: pass mime type to ff_rm_read_mdpr_codecdata()

ffmpeg | branch: master | Michael Niedermayer <michaelni <at> gmx.at> | Tue Aug 21 06:14:29 2012 +0200|
[19a61bf39d3964eb332d141d1bf9a6847b6bb856] | committer: Michael Niedermayer

rmdec: pass mime type to ff_rm_read_mdpr_codecdata()

Signed-off-by: Michael Niedermayer <michaelni <at> gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=19a61bf39d3964eb332d141d1bf9a6847b6bb856
---

 libavformat/rdt.c   |    2 +-
 libavformat/rm.h    |    2 +-
 libavformat/rmdec.c |    8 ++++----
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/libavformat/rdt.c b/libavformat/rdt.c
index 24d901c..6404a5d 100644
--- a/libavformat/rdt.c
+++ b/libavformat/rdt.c
 <at>  <at>  -176,7 +176,7  <at>  <at>  rdt_load_mdpr (PayloadContext *rdt, AVStream *st, int rule_nr)
         size = rdt->mlti_data_size;
         avio_seek(&pb, 0, SEEK_SET);
     }
-    if (ff_rm_read_mdpr_codecdata(rdt->rmctx, &pb, st, rdt->rmst[st->index], size) < 0)
+    if (ff_rm_read_mdpr_codecdata(rdt->rmctx, &pb, st, rdt->rmst[st->index], size, NULL) < 0)
         return -1;

     return 0;
diff --git a/libavformat/rm.h b/libavformat/rm.h
index 6de1092..b482c2f 100644
(Continue reading)


Gmane