diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c index 5067f779a7..a437ccee7c 100644 --- a/libavformat/mpegts.c +++ b/libavformat/mpegts.c @@ -970,7 +970,7 @@ static AVStream* new_pes_av_stream(PESContext *pes, uint32_t code) codec_id = CODEC_ID_AC3; } else { codec_type = CODEC_TYPE_VIDEO; - codec_id = CODEC_ID_MPEG1VIDEO; + codec_id = CODEC_ID_PROBE; } break; }