Re: [FFmpeg-devel] [PATCH] avformat/dss: set packet duration

2015-02-25 Thread Michael Niedermayer
On Tue, Feb 24, 2015 at 04:01:22PM +0100, Michael Niedermayer wrote:
 Value taken from the decoder implementation
 
 Signed-off-by: Michael Niedermayer michae...@gmx.at

applied

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

In a rich man's house there is no place to spit but his face.
-- Diogenes of Sinope


signature.asc
Description: Digital signature
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


[FFmpeg-devel] [PATCH] avformat/dss: set packet duration

2015-02-24 Thread Michael Niedermayer
Value taken from the decoder implementation

Signed-off-by: Michael Niedermayer michae...@gmx.at
---
 libavformat/dss.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/dss.c b/libavformat/dss.c
index 85cd26a..12a4034 100644
--- a/libavformat/dss.c
+++ b/libavformat/dss.c
@@ -228,7 +228,7 @@ static int dss_sp_read_packet(AVFormatContext *s, AVPacket 
*pkt)
 if (ret  0)
 return ret;
 
-pkt-duration = 0;
+pkt-duration = 264;
 pkt-pos = pos;
 pkt-stream_index = 0;
 
-- 
1.7.9.5

___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel