On Thu, Mar 8, 2012 at 9:37 PM, Alex Converse <[email protected]> wrote: > --- > libavformat/mpegts.c | 3 +-- > 1 files changed, 1 insertions(+), 2 deletions(-) > > diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c > index fb0c416..dd51b85 100644 > --- a/libavformat/mpegts.c > +++ b/libavformat/mpegts.c > @@ -1349,8 +1349,7 @@ int ff_parse_mpeg2_descriptor(AVFormatContext *fc, > AVStream *st, int stream_type > case 0x05: /* registration descriptor */ > st->codec->codec_tag = bytestream_get_le32(pp); > av_dlog(fc, "reg_desc=%.4s\n", (char*)&st->codec->codec_tag); > - if (st->codec->codec_id == CODEC_ID_NONE && > - stream_type == STREAM_TYPE_PRIVATE_DATA) > + if (st->codec->codec_id == CODEC_ID_NONE) > mpegts_find_stream_type(st, st->codec->codec_tag, REGD_types); > break; > default: > -- > 1.7.7.3
LGTM _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
