mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-13 05:31:44 +00:00
mkvextract: fix container name for MPEG 1/2 video elementary streams
This commit is contained in:
parent
985ecec01e
commit
1f3106515d
@ -28,6 +28,6 @@ public:
|
||||
virtual void handle_codec_state(memory_cptr &codec_state);
|
||||
|
||||
virtual const char *get_container_name() {
|
||||
return "MPEG-1/-2 program stream";
|
||||
return "MPEG-1/-2 elementary stream";
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user