On Fri, Jan 29, 2016 at 10:41:14PM +0100, Michael Niedermayer wrote: > On Thu, Jan 14, 2016 at 07:37:21AM +0100, Hagen Schmidt wrote: > > On 15/12/15 08:00, Hagen Schmidt wrote: > > >Fixes ticket 279. > > >--- > > > libavformat/mpegtsenc.c | 2 -- > > > 1 file changed, 2 deletions(-) > > > > > >diff --git a/libavformat/mpegtsenc.c b/libavformat/mpegtsenc.c > > >index 19032f3..a0dca4a 100644 > > >--- a/libavformat/mpegtsenc.c > > >+++ b/libavformat/mpegtsenc.c > > >@@ -1519,8 +1519,6 @@ static int > > >mpegts_write_packet_internal(AVFormatContext *s, AVPacket *pkt) > > > if (!ts_st->amux) { > > > av_log(s, AV_LOG_ERROR, "AAC bitstream not in ADTS > > > format " > > > "and extradata missing\n"); > > >- if (!st->nb_frames) > > >- return AVERROR_INVALIDDATA; > > > } else { > > > av_init_packet(&pkt2); > > > pkt2.data = pkt->data; > > ping > > applied
btw, if you want you could add a fate test for this i can add the file to the fate samples if needed [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB It is what and why we do it that matters, not just one of them.
signature.asc
Description: Digital signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel