On Sun, 13 Mar 2016, Marton Balint wrote:

Related to ticket #2324, #2325.

Stream duration still need to be fixed...

Signed-off-by: Marton Balint <c...@passwd.hu>
---
libavformat/mov.c                            | 3 +++
tests/ref/fate/gaplessenc-itunes-to-ipod-aac | 8 ++++----
tests/ref/fate/gaplessenc-pcm-to-mov-aac     | 8 ++++----
3 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/libavformat/mov.c b/libavformat/mov.c
index 4f446ba..3fa8fcc 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -2688,6 +2688,9 @@ static void mov_build_index(MOVContext *mov, AVStream *st)
                st->codec->has_b_frames = 1;
            }
        }
+
+        if (!unsupported && st->codec->codec_id == AV_CODEC_ID_AAC && start_time 
> 0)
+            sc->start_pad = start_time;

I wonder if sc->time_offset might be better here, instead of start_time. Anybody?

Regards,
Marton
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to